mirror of https://github.com/PCSX2/pcsx2.git
76 lines
2.2 KiB
XML
76 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="GSnull" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="Debug">
|
|
<Option output="../../../bin/plugins/libGSnull.so.0.1.0" prefix_auto="0" extension_auto="0" />
|
|
<Option object_output="obj/Debug/" />
|
|
<Option type="3" />
|
|
<Option compiler="gcc" />
|
|
<Option createDefFile="1" />
|
|
<Option createStaticLib="1" />
|
|
<Compiler>
|
|
<Add option="-g" />
|
|
</Compiler>
|
|
</Target>
|
|
<Target title="Release">
|
|
<Option output="../../../bin/plugins/libGSnull.so.0.1.0" prefix_auto="0" extension_auto="0" />
|
|
<Option object_output="obj/Release/" />
|
|
<Option type="3" />
|
|
<Option compiler="gcc" />
|
|
<Option createDefFile="1" />
|
|
<Option createStaticLib="1" />
|
|
<Compiler>
|
|
<Add option="-O2" />
|
|
<Add option="-DNDEBUG" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
</Linker>
|
|
</Target>
|
|
</Build>
|
|
<Compiler>
|
|
<Add option="-Wall" />
|
|
<Add option="`pkg-config gtk+-2.0 --cflags`" />
|
|
<Add option="-fPIC" />
|
|
<Add option="-m32" />
|
|
<Add option="-msse2" />
|
|
<Add option="-DGDK_DISABLE_DEPRECATED" />
|
|
<Add option="-DGTK_DISABLE_DEPRECATED" />
|
|
<Add option="-DGTK_DISABLE_SINGLE_INCLUDES" />
|
|
<Add option="-DGSEAL_ENABLE" />
|
|
<Add directory="../Linux" />
|
|
<Add directory="../../GSnull" />
|
|
<Add directory="../null" />
|
|
<Add directory="../../../common/include" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="`pkg-config gtk+-2.0 --libs`" />
|
|
<Add option="-shared" />
|
|
</Linker>
|
|
<Unit filename="../GS.cpp" />
|
|
<Unit filename="../GS.h" />
|
|
<Unit filename="../GifTransfer.cpp" />
|
|
<Unit filename="../GifTransfer.h" />
|
|
<Unit filename="Config.cpp" />
|
|
<Unit filename="Config.h" />
|
|
<Unit filename="GSLinux.cpp" />
|
|
<Unit filename="GSLinux.h" />
|
|
<Unit filename="Linux.cpp" />
|
|
<Unit filename="Linux.h" />
|
|
<Unit filename="../ReadMe.txt" />
|
|
<Unit filename="../Registers.cpp" />
|
|
<Unit filename="../Registers.h" />
|
|
<Unit filename="../null/GSnull.cpp" />
|
|
<Unit filename="../null/GSnull.h" />
|
|
<Extensions>
|
|
<code_completion />
|
|
<debugger />
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|