68 lines
1.8 KiB
XML
68 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="x64_dbg_bridge" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="x32">
|
|
<Option output="../bin/x32/x32_bridge" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/x32" />
|
|
<Option type="3" />
|
|
<Option compiler="gcc" />
|
|
<Option host_application="../bin/x32/x32_dbg.exe" />
|
|
<Option run_host_application_in_terminal="0" />
|
|
<Option createStaticLib="1" />
|
|
<Compiler>
|
|
<Add option="-O2" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="x64">
|
|
<Option output="../bin/x64/x64_bridge" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/x64" />
|
|
<Option type="3" />
|
|
<Option compiler="gnu_gcc_compiler_x64" />
|
|
<Option host_application="../bin/x64/x64_dbg.exe" />
|
|
<Option run_host_application_in_terminal="0" />
|
|
<Option createStaticLib="1" />
|
|
<Compiler>
|
|
<Add option="-O2" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
</Linker>
|
|
</Target>
|
|
</Build>
|
|
<Compiler>
|
|
<Add option="-Wall" />
|
|
<Add option="-fexceptions -Wno-format" />
|
|
<Add option="-DBUILD_BRIDGE" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-static" />
|
|
</Linker>
|
|
<Unit filename="_global.cpp" />
|
|
<Unit filename="_global.h" />
|
|
<Unit filename="bridgemain.cpp" />
|
|
<Unit filename="bridgemain.h" />
|
|
<Extensions>
|
|
<code_completion />
|
|
<envvars />
|
|
<debugger />
|
|
<DoxyBlocks>
|
|
<comment_style block="0" line="0" />
|
|
<doxyfile_project />
|
|
<doxyfile_build />
|
|
<doxyfile_warnings />
|
|
<doxyfile_output />
|
|
<doxyfile_dot />
|
|
<general />
|
|
</DoxyBlocks>
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|