2009-07-03 20:12:33 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="x86emitter" />
|
|
|
|
<Option pch_mode="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Build>
|
|
|
|
<Target title="Debug">
|
2009-07-04 04:39:19 +00:00
|
|
|
<Option output="../../../deps/debug/libx86emitter.a" prefix_auto="0" extension_auto="0" />
|
2009-07-03 20:12:33 +00:00
|
|
|
<Option working_dir="" />
|
|
|
|
<Option object_output="./.objs/debug/" />
|
|
|
|
<Option type="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Option createDefFile="1" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-Wall" />
|
|
|
|
<Add option="-g" />
|
|
|
|
<Add option="`wx-config --version=2.8 --static=no --unicode=yes --debug=yes --cflags`" />
|
2009-07-04 04:39:19 +00:00
|
|
|
<Add option="-DPCSX2_DEVBUILD" />
|
|
|
|
<Add option="-DPCSX2_DEBUG" />
|
2009-07-03 20:12:33 +00:00
|
|
|
</Compiler>
|
|
|
|
</Target>
|
|
|
|
<Target title="Release">
|
2009-07-04 04:39:19 +00:00
|
|
|
<Option output="../../../deps/release/libx86emitter.a" prefix_auto="0" extension_auto="0" />
|
2009-07-03 20:12:33 +00:00
|
|
|
<Option working_dir="" />
|
|
|
|
<Option object_output="./.objs/release/" />
|
|
|
|
<Option type="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Option createDefFile="1" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O2" />
|
|
|
|
<Add option="-Wall" />
|
|
|
|
<Add option="`wx-config --version=2.8 --static=no --unicode=yes --debug=no --cflags`" />
|
2009-07-04 04:39:19 +00:00
|
|
|
<Add option="-DNDEBUG" />
|
2009-07-03 20:12:33 +00:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
<Target title="Devel">
|
2009-07-04 04:39:19 +00:00
|
|
|
<Option output="../../../deps/devel/libx86emitter.a" prefix_auto="0" extension_auto="0" />
|
2009-07-03 20:12:33 +00:00
|
|
|
<Option working_dir="" />
|
|
|
|
<Option object_output="./.objs/devel" />
|
|
|
|
<Option type="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Option createDefFile="1" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O2" />
|
|
|
|
<Add option="-Wall" />
|
|
|
|
<Add option="`wx-config --version=2.8 --static=no --unicode=yes --debug=no --cflags`" />
|
2009-07-04 04:39:19 +00:00
|
|
|
<Add option="-DPCSX2_DEVBUILD" />
|
2009-09-13 20:56:22 +00:00
|
|
|
<Add option="-DPCSX2_DEVEL" />
|
2009-07-04 04:39:19 +00:00
|
|
|
<Add option="-DNDEBUG" />
|
2009-07-03 20:12:33 +00:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
2009-10-19 10:42:36 +00:00
|
|
|
<Add option="-march=i486" />
|
2009-07-04 04:39:19 +00:00
|
|
|
<Add option="-Wno-format" />
|
|
|
|
<Add option="-Wno-unused-parameter" />
|
|
|
|
<Add option="-Wno-unused-value" />
|
|
|
|
<Add option="-Wunused-variable" />
|
|
|
|
<Add option="-fno-guess-branch-probability" />
|
|
|
|
<Add option="-fno-dse" />
|
|
|
|
<Add option="-fno-tree-dse" />
|
2009-10-21 08:57:05 +00:00
|
|
|
<Add option="-fno-strict-aliasing" />
|
2009-07-04 04:39:19 +00:00
|
|
|
<Add option="-pipe -msse -msse2" />
|
2009-10-19 10:42:36 +00:00
|
|
|
<Add option="-m32" />
|
2009-07-03 20:12:33 +00:00
|
|
|
<Add directory="../../include/x86emitter" />
|
|
|
|
<Add directory="../../include" />
|
|
|
|
</Compiler>
|
|
|
|
<Unit filename="../../include/x86emitter/implement/dwshift.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/implement/group1.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/implement/group2.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/implement/group3.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/implement/helpers.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/implement/incdec.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/implement/jmpcall.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/implement/movs.h" />
|
2009-10-25 04:48:16 +00:00
|
|
|
<Unit filename="../../include/x86emitter/implement/simd_arithmetic.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/implement/simd_comparisons.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/implement/simd_helpers.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/implement/simd_templated_helpers.h" />
|
2009-07-03 20:12:33 +00:00
|
|
|
<Unit filename="../../include/x86emitter/implement/test.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/implement/xchg.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/implement/xmm/moremovs.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/implement/xmm/shufflepack.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/inlines.inl" />
|
|
|
|
<Unit filename="../../include/x86emitter/instructions.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/internal.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/legacy_instructions.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/legacy_internal.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/legacy_types.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/macros.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/sse_helpers.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/tools.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/x86emitter.h" />
|
|
|
|
<Unit filename="../../include/x86emitter/x86types.h" />
|
|
|
|
<Unit filename="../../src/x86emitter/3dnow.cpp" />
|
|
|
|
<Unit filename="../../src/x86emitter/PrecompiledHeader.h" />
|
|
|
|
<Unit filename="../../src/x86emitter/cpudetect.cpp" />
|
|
|
|
<Unit filename="../../src/x86emitter/fpu.cpp" />
|
|
|
|
<Unit filename="../../src/x86emitter/jmp.cpp" />
|
|
|
|
<Unit filename="../../src/x86emitter/legacy.cpp" />
|
|
|
|
<Unit filename="../../src/x86emitter/legacy_sse.cpp" />
|
|
|
|
<Unit filename="../../src/x86emitter/simd.cpp" />
|
|
|
|
<Unit filename="../../src/x86emitter/tools.cpp" />
|
|
|
|
<Unit filename="../../src/x86emitter/x86emitter.cpp" />
|
|
|
|
<Extensions>
|
|
|
|
<envvars />
|
|
|
|
<code_completion />
|
|
|
|
<debugger />
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|