Skip to content

Commit

Permalink
Include .c files in the Qt Creator project
Browse files Browse the repository at this point in the history
Reviewed-by: Erik Schilling
  • Loading branch information
bjorn committed Feb 10, 2012
1 parent 462f21a commit b89a8e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions mana.files
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions update-creator.sh
@@ -1,5 +1,6 @@
#!/bin/sh
git ls-files \*.cpp \
\*.c \
\*.h \
\*.txt \
\*.xml \
Expand Down

0 comments on commit b89a8e3

Please sign in to comment.