diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-08-13 15:41:07 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-08-13 15:41:07 +0000 |
commit | ece19f6d44e2604f1d2fee9e0ece02030105e0d4 (patch) | |
tree | fe9289e04ff287424f89fb84bf6581509b349844 /tmw.cbp | |
parent | 63e05e9c45e1098f38e92868a0ba939cbad11048 (diff) | |
download | mana-ece19f6d44e2604f1d2fee9e0ece02030105e0d4.tar.gz mana-ece19f6d44e2604f1d2fee9e0ece02030105e0d4.tar.bz2 mana-ece19f6d44e2604f1d2fee9e0ece02030105e0d4.tar.xz mana-ece19f6d44e2604f1d2fee9e0ece02030105e0d4.zip |
Fixed Guichan 0.5.0 compilation issues.
Diffstat (limited to 'tmw.cbp')
-rw-r--r-- | tmw.cbp | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -10,6 +10,7 @@ <Option output="tmw.exe" /> <Option type="0" /> <Option compiler="gcc" /> + <Option parameters="--skipupdate" /> <Option includeInTargetAll="1" /> <Option projectResourceIncludeDirsRelation="0" /> <Compiler> @@ -41,6 +42,16 @@ <Add library="SDLmain" /> <Add library="SDL" /> </Linker> + <Unit filename="src\animatedsprite.cpp"> + <Option compilerVar="CPP" /> + <Option target="default" /> + </Unit> + <Unit filename="src\animatedsprite.h"> + <Option compilerVar="CPP" /> + <Option compile="0" /> + <Option link="0" /> + <Option target="default" /> + </Unit> <Unit filename="src\animation.cpp"> <Option compilerVar="CPP" /> <Option target="default" /> @@ -1145,6 +1156,16 @@ <Option link="0" /> <Option target="default" /> </Unit> + <Unit filename="src\resources\openglsdlimageloader.cpp"> + <Option compilerVar="CPP" /> + <Option target="default" /> + </Unit> + <Unit filename="src\resources\openglsdlimageloader.h"> + <Option compilerVar="CPP" /> + <Option compile="0" /> + <Option link="0" /> + <Option target="default" /> + </Unit> <Unit filename="src\resources\resource.cpp"> <Option compilerVar="CPP" /> <Option target="default" /> |