2015-11-01 09:11:34 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="Sandbox" />
|
|
|
|
<Option pch_mode="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Build>
|
|
|
|
<Target title="Win32 Debug Executable">
|
|
|
|
<Option output="../bin/win32-d/sbox" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option working_dir="../bin/win32-d" />
|
|
|
|
<Option object_output="../obj/win32-d/" />
|
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Option use_console_runner="0" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-g" />
|
|
|
|
<Add option="-D_DEBUG" />
|
|
|
|
<Add directory="../config/mingw32" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add library="common-d" />
|
|
|
|
<Add library="squirrel-d" />
|
|
|
|
<Add directory="../lib/mingw32" />
|
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
<Target title="Win32 Release Executable">
|
|
|
|
<Option output="../bin/win32/sbox" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option working_dir="../bin/win32" />
|
|
|
|
<Option object_output="../obj/win32/" />
|
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Option use_console_runner="0" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O3" />
|
|
|
|
<Add option="-static-libgcc" />
|
|
|
|
<Add option="-static-libstdc++" />
|
|
|
|
<Add option="-enable-static" />
|
|
|
|
<Add option="-DNDEBUG" />
|
|
|
|
<Add directory="../config/mingw32" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
<Add option="-static" />
|
|
|
|
<Add library="common" />
|
|
|
|
<Add library="squirrel" />
|
|
|
|
<Add directory="../lib/mingw32" />
|
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-Wall" />
|
2015-11-04 19:58:05 +01:00
|
|
|
<Add option="-std=c++11" />
|
2015-11-01 09:11:34 +01:00
|
|
|
<Add option="-DFMT_USE_VARIADIC_TEMPLATES" />
|
|
|
|
<Add option="-DFMT_USE_RVALUE_REFERENCES" />
|
|
|
|
<Add directory="../include" />
|
|
|
|
<Add directory="../sandbox" />
|
|
|
|
<Add directory="../source" />
|
|
|
|
<Add directory="../shared" />
|
|
|
|
<Add directory="../config/common" />
|
|
|
|
<Add directory="../external/Common" />
|
|
|
|
</Compiler>
|
|
|
|
<Unit filename="../sandbox/main.cpp" />
|
|
|
|
<Extensions>
|
|
|
|
<code_completion />
|
|
|
|
<envvars />
|
|
|
|
<debugger />
|
|
|
|
<lib_finder disable_auto="1" />
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|