Rename windows directories to remove spaces. This backslash business is getting old.
This commit is contained in:
66
Win32/charedit/Blades of Exile Char Editor.cbp
Normal file
66
Win32/charedit/Blades of Exile Char Editor.cbp
Normal file
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="Blades Char Editor" />
|
||||
<Option platforms="Windows;" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option platforms="Windows;" />
|
||||
<Option output="bin\Debug\Blades of Exile Character Editor" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj\Debug\" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="libwinmm.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option platforms="Windows;" />
|
||||
<Option output="bin\Release\Blades of Exile Character Editor" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj\Release\" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
<Add library="libwinmm.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-Wall" />
|
||||
</Compiler>
|
||||
<Unit filename="BLADPCED.RC">
|
||||
<Option compilerVar="WINDRES" />
|
||||
</Unit>
|
||||
<Unit filename="bladpced.cpp" />
|
||||
<Unit filename="dlogtool.cpp" />
|
||||
<Unit filename="dlogtool.h" />
|
||||
<Unit filename="edaction.cpp" />
|
||||
<Unit filename="edaction.h" />
|
||||
<Unit filename="edfileio.cpp" />
|
||||
<Unit filename="edfileio.h" />
|
||||
<Unit filename="editors.cpp" />
|
||||
<Unit filename="editors.h" />
|
||||
<Unit filename="edsound.cpp" />
|
||||
<Unit filename="edsound.h" />
|
||||
<Unit filename="global.cpp" />
|
||||
<Unit filename="global.h" />
|
||||
<Unit filename="graphics.cpp" />
|
||||
<Unit filename="graphics.h" />
|
||||
<Unit filename="graphutl.cpp" />
|
||||
<Unit filename="graphutl.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
Reference in New Issue
Block a user