diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-02 02:59:55 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-02 02:59:55 +0200 |
commit | 30ede65e73a18ed774ebd5671c4244fc763481d1 (patch) | |
tree | 51c841d17c3db16c7cda8f9f2e28c8520caa70cd /tmxcopy/tmxcopy.cbp | |
parent | f36332ff10ab2eedac1138c7b2739b709f94173c (diff) | |
download | evol-tools-30ede65e73a18ed774ebd5671c4244fc763481d1.tar.gz evol-tools-30ede65e73a18ed774ebd5671c4244fc763481d1.tar.bz2 evol-tools-30ede65e73a18ed774ebd5671c4244fc763481d1.tar.xz evol-tools-30ede65e73a18ed774ebd5671c4244fc763481d1.zip |
Add moved tools from manaplus. http://www.gitorious.org/manaplus/
Diffstat (limited to 'tmxcopy/tmxcopy.cbp')
-rw-r--r-- | tmxcopy/tmxcopy.cbp | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/tmxcopy/tmxcopy.cbp b/tmxcopy/tmxcopy.cbp new file mode 100644 index 0000000..237f6fd --- /dev/null +++ b/tmxcopy/tmxcopy.cbp @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<CodeBlocks_project_file> + <FileVersion major="1" minor="6" /> + <Project> + <Option title="untitled" /> + <Option pch_mode="0" /> + <Option compiler="gcc" /> + <Build> + <Target title="default"> + <Option output="TMXCopy.exe" prefix_auto="0" extension_auto="0" /> + <Option type="1" /> + <Option compiler="gcc" /> + <Option projectResourceIncludeDirsRelation="1" /> + <Linker> + <Add library="libxml2" /> + <Add library="z" /> + </Linker> + </Target> + </Build> + <VirtualTargets> + <Add alias="All" targets="default;" /> + </VirtualTargets> + <Unit filename="base64.cpp" /> + <Unit filename="base64.h" /> + <Unit filename="main.cpp" /> + <Unit filename="map.cpp" /> + <Unit filename="map.hpp" /> + <Unit filename="tostring.h" /> + <Unit filename="xmlutils.cpp" /> + <Unit filename="xmlutils.h" /> + <Unit filename="zlibutils.cpp" /> + <Unit filename="zlibutils.h" /> + <Extensions> + <code_completion /> + <envvars /> + <debugger /> + </Extensions> + </Project> +</CodeBlocks_project_file> |