mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-05 18:35:08 +01:00
58 lines
2.0 KiB
XML
58 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="windows_template" />
|
|
<Option makefile_is_custom="1" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="null" />
|
|
<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>
|
|
<Build>
|
|
<Target title="Release">
|
|
<Option output="bin/Release/windows_template" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/Release/" />
|
|
<Option type="1" />
|
|
<Option compiler="ppc-gcc" />
|
|
<Compiler>
|
|
<Add option="-O2" />
|
|
</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>
|
|
</Build>
|
|
<Compiler>
|
|
<Add option="-Wall" />
|
|
</Compiler>
|
|
<Unit filename="Makefile" />
|
|
<Unit filename="README.md" />
|
|
<Unit filename="makefile.mk" />
|
|
<Unit filename="src/main.cpp" />
|
|
<Extensions>
|
|
<code_completion>
|
|
<search_path add="C:\devkitPro\portlibs\ppc\include" />
|
|
<search_path add="C:\devkitPro\portlibs\ppc\include\libgui" />
|
|
<search_path add="C:\devkitPro\portlibs\ppc\include\libfswrapper" />
|
|
<search_path add="C:\devkitPro\portlibs\ppc\include\libutils" />
|
|
<search_path add="C:\devkitPro\wups\include" />
|
|
<search_path add="C:\devkitPro\portlibs\ppc\include\controller_patcher" />
|
|
</code_completion>
|
|
<envvars />
|
|
<debugger />
|
|
<lib_finder disable_auto="1" />
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|