From b89a8e3e6a2d31d886e31383a4add186f0fa3680 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Fri, 10 Feb 2012 21:36:11 +0100 Subject: Include .c files in the Qt Creator project Reviewed-by: Erik Schilling --- mana.files | 12 ++++++++++-- update-creator.sh | 1 + 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/mana.files b/mana.files index 0e360705..636a7b15 100644 --- a/mana.files +++ b/mana.files @@ -20,14 +20,15 @@ data/help/windows.txt data/icons/CMakeLists.txt docs/FAQ.txt docs/HACKING.txt -docs/clientupdates.txt docs/example.mana docs/items.txt docs/packages.txt docs/progression.txt -docs/sounddev.txt libs/enet/CMakeLists.txt +libs/enet/callbacks.c +libs/enet/compress.c libs/enet/design.txt +libs/enet/host.c libs/enet/include/enet/callbacks.h libs/enet/include/enet/enet.h libs/enet/include/enet/list.h @@ -37,6 +38,12 @@ libs/enet/include/enet/types.h libs/enet/include/enet/unix.h libs/enet/include/enet/utility.h libs/enet/include/enet/win32.h +libs/enet/list.c +libs/enet/packet.c +libs/enet/peer.c +libs/enet/protocol.c +libs/enet/unix.c +libs/enet/win32.c packaging/windows/portable.xml packaging/windows/readme.txt po/CMakeLists.txt @@ -556,6 +563,7 @@ src/variabledata.h src/vector.cpp src/vector.h src/winver.h +tools/adler32.c tools/dyecmd/CMakeLists.txt tools/dyecmd/src/CMakeLists.txt tools/dyecmd/src/dye.cpp diff --git a/update-creator.sh b/update-creator.sh index fa6534e1..259dcc21 100755 --- a/update-creator.sh +++ b/update-creator.sh @@ -1,5 +1,6 @@ #!/bin/sh git ls-files \*.cpp \ + \*.c \ \*.h \ \*.txt \ \*.xml \ -- cgit v1.2.3-60-g2f50