mirror of
https://github.com/wiiu-env/ScreenshotWUPS.git
synced 2024-11-04 15:35:10 +01:00
48 lines
1.4 KiB
Plaintext
48 lines
1.4 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||
|
<CodeBlocks_project_file>
|
||
|
<FileVersion major="1" minor="6" />
|
||
|
<Project>
|
||
|
<Option title="ScreenshotPlugin" />
|
||
|
<Option makefile_is_custom="1" />
|
||
|
<Option pch_mode="2" />
|
||
|
<Option compiler="ppc-gcc" />
|
||
|
<Build>
|
||
|
<Target title="Debug">
|
||
|
<Option output="bin/Debug/ScreenshotPlugin" prefix_auto="1" extension_auto="1" />
|
||
|
<Option object_output="obj/Debug/" />
|
||
|
<Option type="1" />
|
||
|
<Option compiler="ppc-gcc" />
|
||
|
<Compiler>
|
||
|
<Add option="-g" />
|
||
|
</Compiler>
|
||
|
<MakeCommands>
|
||
|
<Build command="make -j8" />
|
||
|
<CompileFile command="$make -f $makefile $file" />
|
||
|
<Clean command="make clean" />
|
||
|
<DistClean command="$make -f $makefile distclean$target" />
|
||
|
<AskRebuildNeeded command="$make -q -f $makefile $target" />
|
||
|
<SilentBuild command="make -j8 > $(CMD_NULL)" />
|
||
|
</MakeCommands>
|
||
|
</Target>
|
||
|
<Target title="Release">
|
||
|
<Option output="bin/Release/ScreenshotPlugin" prefix_auto="1" extension_auto="1" />
|
||
|
<Option object_output="obj/Release/" />
|
||
|
<Option type="1" />
|
||
|
<Option compiler="ppc-gcc" />
|
||
|
<Compiler>
|
||
|
<Add option="-O2" />
|
||
|
</Compiler>
|
||
|
</Target>
|
||
|
</Build>
|
||
|
<Compiler>
|
||
|
<Add option="-Wall" />
|
||
|
</Compiler>
|
||
|
<Extensions>
|
||
|
<code_completion />
|
||
|
<envvars />
|
||
|
<debugger />
|
||
|
<lib_finder disable_auto="1" />
|
||
|
</Extensions>
|
||
|
</Project>
|
||
|
</CodeBlocks_project_file>
|