Remove CBP file

Not needed at this time. I'll be moving over to Visual Studio 2019 for further development. CodeBlocks was nice while it lasted.
This commit is contained in:
dingusdev 2019-12-24 18:06:19 -07:00 committed by GitHub
parent ad5f3a9435
commit e2a151265e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,77 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="dingusppc" />
<Option makefile="makefile" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/dingusppc" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-Weffc++" />
<Add option="-Wall" />
<Add option="-std=c++11" />
<Add option="-m32" />
<Add option="-g" />
</Compiler>
<Linker>
<Add option="-m32" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/dingusppc" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=core2" />
<Add option="-Os" />
<Add option="-std=c++14" />
<Add option="-m32" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-m32" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-std=c++11" />
<Add option="-fexceptions" />
</Compiler>
<Unit filename="debugger.cpp" />
<Unit filename="debugger.h" />
<Unit filename="devices/heathrow.cpp" />
<Unit filename="devices/machineid.h" />
<Unit filename="devices/macio.h" />
<Unit filename="devices/memctrlbase.cpp" />
<Unit filename="devices/memctrlbase.h" />
<Unit filename="devices/mmiodevice.h" />
<Unit filename="devices/mpc106.cpp" />
<Unit filename="devices/mpc106.h" />
<Unit filename="devices/pcidevice.h" />
<Unit filename="devices/pcihost.h" />
<Unit filename="devices/viacuda.cpp" />
<Unit filename="devices/viacuda.h" />
<Unit filename="main.cpp" />
<Unit filename="poweropcodes.cpp" />
<Unit filename="ppcemumain.h" />
<Unit filename="ppcfpopcodes.cpp" />
<Unit filename="ppcgekkoopcodes.cpp" />
<Unit filename="ppcmemory.cpp" />
<Unit filename="ppcmemory.h" />
<Unit filename="ppcopcodes.cpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>