diff options
Diffstat (limited to 'aoe2hd/aoe2hd_pwnd.cbp')
-rwxr-xr-x | aoe2hd/aoe2hd_pwnd.cbp | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/aoe2hd/aoe2hd_pwnd.cbp b/aoe2hd/aoe2hd_pwnd.cbp new file mode 100755 index 0000000..ebb5884 --- /dev/null +++ b/aoe2hd/aoe2hd_pwnd.cbp @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<CodeBlocks_project_file> + <FileVersion major="1" minor="6" /> + <Project> + <Option title="aoe2hd_pwnd" /> + <Option pch_mode="2" /> + <Option compiler="gcc" /> + <Build> + <Target title="Debug"> + <Option output="bin/Debug/aoe2hd_pwnd" prefix_auto="1" extension_auto="1" /> + <Option object_output="obj/Debug/" /> + <Option type="1" /> + <Option compiler="gcc" /> + <Compiler> + <Add option="-g" /> + <Add directory="include" /> + </Compiler> + </Target> + <Target title="Release"> + <Option output="bin/Release/aoe2hd_pwnd" prefix_auto="1" extension_auto="1" /> + <Option object_output="obj/Release/" /> + <Option type="1" /> + <Option compiler="gcc" /> + <Compiler> + <Add option="-fomit-frame-pointer" /> + <Add option="-fexpensive-optimizations" /> + <Add option="-flto" /> + <Add option="-Os" /> + <Add option="-fvisibility=hidden" /> + <Add option="-ffunction-sections" /> + <Add option="-fdata-sections" /> + <Add directory="include" /> + </Compiler> + <Linker> + <Add option="-flto" /> + <Add option="-s" /> + <Add option="-Wl,-gc-sections" /> + </Linker> + </Target> + </Build> + <Compiler> + <Add option="-Wall" /> + <Add option="-std=c++11" /> + <Add option="-m32" /> + <Add option="-fexceptions" /> + <Add option="-DPSAPI_VERSION=1" /> + </Compiler> + <Linker> + <Add option="-O2" /> + <Add option="-static-libstdc++" /> + <Add option="-static-libgcc" /> + <Add option="-static" /> + <Add option="-m32" /> + <Add library="psapi" /> + </Linker> + <Unit filename="include/CodeGenerator.h" /> + <Unit filename="include/CodeInjector.h" /> + <Unit filename="include/CodePatcher.h" /> + <Unit filename="include/ModuleMemory.h" /> + <Unit filename="include/aoe2hd.h" /> + <Unit filename="include/native.h" /> + <Unit filename="include/utils.h" /> + <Unit filename="src/CodeGenerator.cpp" /> + <Unit filename="src/CodeInjector.cpp" /> + <Unit filename="src/CodePatcher.cpp" /> + <Unit filename="src/ModuleMemory.cpp" /> + <Unit filename="src/main.cpp" /> + <Unit filename="src/native.c"> + <Option compilerVar="CC" /> + </Unit> + <Unit filename="src/utils.cpp" /> + <Extensions> + <code_completion /> + <envvars /> + <debugger /> + </Extensions> + </Project> +</CodeBlocks_project_file> |