mirror of https://github.com/PCSX2/pcsx2.git
Added more plugin project files.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1799 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
380a66301f
commit
f02c04cb3b
|
@ -20,6 +20,8 @@
|
|||
<Project filename="plugins/SPU2null/Linux/SPU2null.cbp" />
|
||||
<Project filename="plugins/PadNull/Linux/PadNull.cbp" />
|
||||
<Project filename="plugins/onepad/Linux/OnePad.cbp" />
|
||||
<Project filename="plugins/zerogs/opengl/Linux/ZeroGS.cbp" />
|
||||
<Project filename="tools/bin2cpp/bin2cpp.cbp" />
|
||||
<Project filename="plugins/spu2-x/src/Linux/SPU2-X.cbp" />
|
||||
</Workspace>
|
||||
</CodeBlocks_workspace_file>
|
||||
|
|
|
@ -0,0 +1,121 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="SPU2-X" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin/Debug/SPU2-X" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Debug/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
<Add option="`wx-config --version=2.8 --static=no --unicode=yes --debug=yes --cflags`" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="bin/Release/SPU2-X" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Release/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
<Add option="`wx-config --version=2.8 --static=no --unicode=yes --debug=no --cflags`" />
|
||||
</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 directory="../Linux" />
|
||||
<Add directory="../../src" />
|
||||
<Add directory="../3rdparty" />
|
||||
<Add directory="../3rdparty/liba52" />
|
||||
<Add directory="../../../../common/include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="`pkg-config gtk+-2.0 --libs`" />
|
||||
<Add option="-shared" />
|
||||
<Add library="asound" />
|
||||
</Linker>
|
||||
<Unit filename="../3rdparty/liba52/a52.h" />
|
||||
<Unit filename="../3rdparty/liba52/a52_internal.h" />
|
||||
<Unit filename="../3rdparty/liba52/attributes.h" />
|
||||
<Unit filename="../3rdparty/liba52/bit_allocate.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../3rdparty/liba52/bitstream.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../3rdparty/liba52/bitstream.h" />
|
||||
<Unit filename="../3rdparty/liba52/config.h" />
|
||||
<Unit filename="../3rdparty/liba52/configure.incl" />
|
||||
<Unit filename="../3rdparty/liba52/downmix.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../3rdparty/liba52/imdct.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../3rdparty/liba52/inttypes.h" />
|
||||
<Unit filename="../3rdparty/liba52/mm_accel.h" />
|
||||
<Unit filename="../3rdparty/liba52/parse.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../3rdparty/liba52/tables.h" />
|
||||
<Unit filename="../3rdparty/liba52/tendra.h" />
|
||||
<Unit filename="../ADSR.cpp" />
|
||||
<Unit filename="../BaseTypes.h" />
|
||||
<Unit filename="../ConvertUTF.cpp" />
|
||||
<Unit filename="../ConvertUTF.h" />
|
||||
<Unit filename="../DPLII.h" />
|
||||
<Unit filename="../Debug.cpp" />
|
||||
<Unit filename="../Debug.h" />
|
||||
<Unit filename="../Decoder.cpp" />
|
||||
<Unit filename="../DllInterface.cpp" />
|
||||
<Unit filename="../Dma.cpp" />
|
||||
<Unit filename="../Dma.h" />
|
||||
<Unit filename="Alsa.cpp" />
|
||||
<Unit filename="Alsa.h" />
|
||||
<Unit filename="Config.cpp" />
|
||||
<Unit filename="Config.h" />
|
||||
<Unit filename="ConfigSoundTouch.cpp" />
|
||||
<Unit filename="Dialogs.cpp" />
|
||||
<Unit filename="Dialogs.h" />
|
||||
<Unit filename="Linux.cpp" />
|
||||
<Unit filename="Linux.h" />
|
||||
<Unit filename="../Lowpass.cpp" />
|
||||
<Unit filename="../Lowpass.h" />
|
||||
<Unit filename="../Mixer.cpp" />
|
||||
<Unit filename="../ReadInput.cpp" />
|
||||
<Unit filename="../RegLog.cpp" />
|
||||
<Unit filename="../RegTable.cpp" />
|
||||
<Unit filename="../RegTable.h" />
|
||||
<Unit filename="../Reverb.cpp" />
|
||||
<Unit filename="../SaveStateSPU.cpp" />
|
||||
<Unit filename="../SndOut.cpp" />
|
||||
<Unit filename="../SndOut.h" />
|
||||
<Unit filename="../Spu2.cpp" />
|
||||
<Unit filename="../Spu2.h" />
|
||||
<Unit filename="../Spu2replay.cpp" />
|
||||
<Unit filename="../Spu2replay.h" />
|
||||
<Unit filename="../Timestretcher.cpp" />
|
||||
<Unit filename="../Wavedump_wav.cpp" />
|
||||
<Unit filename="../defs.h" />
|
||||
<Unit filename="../regs.h" />
|
||||
<Unit filename="../spdif.h" />
|
||||
<Unit filename="../utf8.cpp" />
|
||||
<Unit filename="../utf8.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
|
@ -0,0 +1,107 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="ZeroGS" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="../../../../bin/plugins/libZeroGSogld.so.0.96.2" 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" />
|
||||
<Add directory="../Linux" />
|
||||
<Add directory="../../opengl" />
|
||||
<Add directory="../../../../common/include" />
|
||||
<Add directory="../../../../3rdparty" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="../../../../bin/plugins/libZeroGSoglr.so.0.96.2" 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" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-Wall" />
|
||||
<Add option="`pkg-config gtk+-2.0 --cflags`" />
|
||||
<Add option="-m32" />
|
||||
<Add option="-I/opt/cg/include -L/opt/cg/lib" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="`pkg-config gtk+-2.0 --libs`" />
|
||||
<Add option="-shared" />
|
||||
<Add library="GL" />
|
||||
<Add library="X11" />
|
||||
<Add library="CgGL" />
|
||||
<Add library="jpeg" />
|
||||
<Add library="GLEW" />
|
||||
<Add library="GLU" />
|
||||
<Add library="Xxf86vm" />
|
||||
<Add library="z" />
|
||||
<Add library="dl" />
|
||||
<Add library="stdc++" />
|
||||
<Add library="Cg" />
|
||||
</Linker>
|
||||
<Unit filename="../GS.h" />
|
||||
<Unit filename="../GSmain.cpp" />
|
||||
<Unit filename="../GifTransfer.cpp" />
|
||||
<Unit filename="../GifTransfer.h" />
|
||||
<Unit filename="Conf.cpp" />
|
||||
<Unit filename="Linux.cpp" />
|
||||
<Unit filename="Linux.h" />
|
||||
<Unit filename="callbacks.h" />
|
||||
<Unit filename="interface.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="interface.h" />
|
||||
<Unit filename="support.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="support.h" />
|
||||
<Unit filename="zerogs.glade" />
|
||||
<Unit filename="../Mem.cpp" />
|
||||
<Unit filename="../Mem.h" />
|
||||
<Unit filename="../README.txt" />
|
||||
<Unit filename="../Regs.cpp" />
|
||||
<Unit filename="../Regs.h" />
|
||||
<Unit filename="../common.h" />
|
||||
<Unit filename="../ctx0/ps2hw_ctx.fx" />
|
||||
<Unit filename="../ctx1/ps2hw_ctx.fx" />
|
||||
<Unit filename="../glprocs.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../glprocs.h" />
|
||||
<Unit filename="../memcpy_amd.cpp" />
|
||||
<Unit filename="../rasterfont.cpp" />
|
||||
<Unit filename="../rasterfont.h" />
|
||||
<Unit filename="../targets.cpp" />
|
||||
<Unit filename="../targets.h" />
|
||||
<Unit filename="../x86-32.S" />
|
||||
<Unit filename="../x86.cpp" />
|
||||
<Unit filename="../x86.h" />
|
||||
<Unit filename="../zerogs.cpp" />
|
||||
<Unit filename="../zerogs.h" />
|
||||
<Unit filename="../zerogsmath.h" />
|
||||
<Unit filename="../zpipe.cpp" />
|
||||
<Unit filename="../zpipe.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
|
@ -0,0 +1,81 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="ZeroSPU2" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="../../../bin/plugins/libZeroSPU2.so.0.1.0" prefix_auto="0" extension_auto="0" />
|
||||
<Option object_output="obj/Debug/" />
|
||||
<Option external_deps="../../../3rdparty/SoundTouch/libSoundTouch.a;" />
|
||||
<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/libZeroSPU2.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" />
|
||||
</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="-DVERSION=1" />
|
||||
<Add directory="../Linux" />
|
||||
<Add directory="../../zerospu2" />
|
||||
<Add directory="../../../common/include" />
|
||||
<Add directory="../../../3rdparty/SoundTouch" />
|
||||
<Add directory="../../../3rdparty" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="`pkg-config gtk+-2.0 --libs`" />
|
||||
<Add option="`pkg-config sdl --libs`" />
|
||||
<Add option="-shared" />
|
||||
<Add library="asound" />
|
||||
<Add library="stdc++" />
|
||||
<Add library="dl" />
|
||||
</Linker>
|
||||
<Unit filename="Alsa.cpp" />
|
||||
<Unit filename="Linux.cpp" />
|
||||
<Unit filename="Linux.h" />
|
||||
<Unit filename="OSS.cpp" />
|
||||
<Unit filename="callbacks.h" />
|
||||
<Unit filename="interface.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="interface.h" />
|
||||
<Unit filename="support.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="support.h" />
|
||||
<Unit filename="zerospu2.glade" />
|
||||
<Unit filename="../misc.h" />
|
||||
<Unit filename="../reg.h" />
|
||||
<Unit filename="../voices.cpp" />
|
||||
<Unit filename="../zerodma.cpp" />
|
||||
<Unit filename="../zerospu2.cpp" />
|
||||
<Unit filename="../zerospu2.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
Loading…
Reference in New Issue