diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-12-27 00:50:46 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-12-27 00:50:46 +0100 |
commit | eecda4921a72acd30955c14e1fb457c5ac690a2a (patch) | |
tree | b5edcbb5c6768f8a0c900de4c89d63bf329cd489 /tmw.cbp | |
parent | 4accc40d8aceef2e802e2ec4b7b7c96bfb36c519 (diff) | |
download | mana-eecda4921a72acd30955c14e1fb457c5ac690a2a.tar.gz mana-eecda4921a72acd30955c14e1fb457c5ac690a2a.tar.bz2 mana-eecda4921a72acd30955c14e1fb457c5ac690a2a.tar.xz mana-eecda4921a72acd30955c14e1fb457c5ac690a2a.zip |
Added include and lib directories to the CB project
Makes it easier to get started with compiling TMW on Windows by just
extracting the library package where you checked out TMW, and doesn't
pollute the MinGW install.
Diffstat (limited to 'tmw.cbp')
-rw-r--r-- | tmw.cbp | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -67,7 +67,13 @@ </VirtualTargets> <Compiler> <Add directory="src\" /> + <Add directory="include" /> + <Add directory="include\libxml2" /> + <Add directory="include\SDL" /> </Compiler> + <Linker> + <Add directory="lib" /> + </Linker> <Unit filename="src\animatedsprite.cpp" /> <Unit filename="src\animatedsprite.h" /> <Unit filename="src\animationparticle.cpp" /> |