melonDS/melonDS.cbp

114 lines
3.4 KiB
Plaintext
Raw Normal View History

2016-05-16 01:40:11 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="melonDS" />
<Option pch_mode="2" />
2017-03-16 22:01:22 +00:00
<Option compiler="gcc" />
2016-05-16 01:40:11 +00:00
<Build>
<Target title="Debug">
<Option platforms="Windows;" />
2016-05-16 01:40:11 +00:00
<Option output="bin/Debug/melonDS" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
2017-03-16 22:01:22 +00:00
<Option compiler="gcc" />
2016-05-16 01:40:11 +00:00
<Compiler>
<Add option="-m64" />
2016-05-16 01:40:11 +00:00
<Add option="-g" />
</Compiler>
<Linker>
<Add option="-m64" />
</Linker>
2016-05-16 01:40:11 +00:00
</Target>
<Target title="Release">
<Option platforms="Windows;" />
2016-05-16 01:40:11 +00:00
<Option output="bin/Release/melonDS" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
2017-03-16 22:01:22 +00:00
<Option compiler="gcc" />
2016-05-16 01:40:11 +00:00
<Compiler>
<Add option="-O2" />
<Add option="-m64" />
2016-05-16 01:40:11 +00:00
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-m64" />
2016-05-16 01:40:11 +00:00
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-m64" />
2016-05-16 01:40:11 +00:00
<Add option="-fexceptions" />
<Add option="-I$(TARGET_COMPILER_DIR)/lib/wx/include/msw-unicode-static-3.0 -I$(TARGET_COMPILER_DIR)/include/wx-3.0" />
<Add option="-D_FILE_OFFSET_BITS=64 -D__WXMSW__ -pipe" />
2016-05-16 01:40:11 +00:00
</Compiler>
<Linker>
<Add option="-m64" />
2017-03-16 22:01:22 +00:00
<Add library="gdi32" />
<Add library="wx_baseu-3.0" />
<Add library="wx_mswu_core-3.0" />
<Add library="SDL2" />
<Add library="png" />
<Add library="jpeg" />
<Add library="tiff" />
<Add library="wxregexu-3.0" />
<Add library="z" />
<Add library="rpcrt4" />
<Add library="oleaut32" />
<Add library="ole32" />
<Add library="uuid" />
<Add library="winspool" />
<Add library="winmm" />
<Add library="shell32" />
<Add library="comctl32" />
<Add library="comdlg32" />
<Add library="advapi32" />
<Add library="wsock32" />
<Add library="oleacc" />
</Linker>
2017-03-16 22:01:22 +00:00
<Unit filename="src/ARM.cpp" />
<Unit filename="src/ARM.h" />
<Unit filename="src/ARMInterpreter.cpp" />
<Unit filename="src/ARMInterpreter.h" />
<Unit filename="src/ARMInterpreter_ALU.cpp" />
<Unit filename="src/ARMInterpreter_ALU.h" />
<Unit filename="src/ARMInterpreter_Branch.cpp" />
<Unit filename="src/ARMInterpreter_Branch.h" />
<Unit filename="src/ARMInterpreter_LoadStore.cpp" />
<Unit filename="src/ARMInterpreter_LoadStore.h" />
<Unit filename="src/ARM_InstrTable.h" />
<Unit filename="src/CP15.cpp" />
<Unit filename="src/CP15.h" />
<Unit filename="src/DMA.cpp" />
<Unit filename="src/DMA.h" />
<Unit filename="src/FIFO.h" />
<Unit filename="src/GPU.cpp" />
<Unit filename="src/GPU.h" />
<Unit filename="src/GPU2D.cpp" />
<Unit filename="src/GPU2D.h" />
<Unit filename="src/GPU3D.cpp" />
<Unit filename="src/GPU3D.h" />
<Unit filename="src/GPU3D_Soft.cpp" />
<Unit filename="src/NDS.cpp" />
<Unit filename="src/NDS.h" />
<Unit filename="src/NDSCart.cpp" />
<Unit filename="src/NDSCart.h" />
<Unit filename="src/RTC.cpp" />
<Unit filename="src/RTC.h" />
<Unit filename="src/SPI.cpp" />
<Unit filename="src/SPI.h" />
<Unit filename="src/Wifi.cpp" />
<Unit filename="src/Wifi.h" />
<Unit filename="src/types.h" />
<Unit filename="src/version.h" />
<Unit filename="src/wx/main.cpp" />
<Unit filename="src/wx/main.h" />
2016-05-16 01:40:11 +00:00
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>