mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
codeblocks: Remove unused files, minor tuning.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1106 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
419671e215
commit
6f62e527d5
6 changed files with 8 additions and 28 deletions
|
@ -7,8 +7,8 @@
|
|||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="SDL2/bin/Debug/quakespasm-sdl2" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="SDL2/obj/Debug/" />
|
||||
<Option output="bin/Debug/quakespasm-sdl2" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Debug/SDL2/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option parameters="-window -basedir /home/kristian/Desktop/Quake -sndspeed 48000" />
|
||||
|
@ -17,8 +17,8 @@
|
|||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="SDL2/bin/Release/quakespasm-sdl2" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="SDL2/obj/Release/" />
|
||||
<Option output="bin/Release/quakespasm-sdl2" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Release/SDL2/" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Option parameters="-window -basedir /home/kristian/Desktop/Quake -sndspeed 48000" />
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release" />
|
||||
</CodeBlocks_layout_file>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_workspace_file>
|
||||
<Workspace title="Workspace">
|
||||
<Project filename="QuakeSpasm.cbp" active="1" />
|
||||
</Workspace>
|
||||
</CodeBlocks_workspace_file>
|
|
@ -7,8 +7,8 @@
|
|||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="SDL2\bin\Debug\quakespasm-sdl2" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="SDL2\obj\Debug\" />
|
||||
<Option output="bin\Debug\quakespasm-sdl2" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj\Debug\SDL2\" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Option parameters="-window -basedir C:\QuakeSpasm" />
|
||||
|
@ -17,8 +17,8 @@
|
|||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="SDL2\bin\Release\quakespasm-sdl2" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="SDL2\obj\Release\" />
|
||||
<Option output="bin\Release\quakespasm-sdl2" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj\Release\SDL2\" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Option parameters="-window -basedir C:\QuakeSpasm" />
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release" />
|
||||
</CodeBlocks_layout_file>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_workspace_file>
|
||||
<Workspace title="Workspace">
|
||||
<Project filename="QuakeSpasm.cbp" active="1" />
|
||||
</Workspace>
|
||||
</CodeBlocks_workspace_file>
|
Loading…
Reference in a new issue