Fix build

Remove unused libraries from certain projects

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1002
This commit is contained in:
Russell Rice 2008-01-16 14:41:07 +00:00
parent 48fb43843c
commit afd49cf2c6
2 changed files with 7 additions and 4 deletions

View file

@ -39,7 +39,7 @@
<Add directory="..\textscreen" />
</Compiler>
<Linker>
<Add option="-lmingw32 -lSDLmain -lSDL -lSDL_mixer -lSDL_net -mwindows" />
<Add option="-lmingw32 -lSDLmain -lSDL -lSDL_net -mwindows" />
</Linker>
<Unit filename="..\src\d_dedicated.c">
<Option compilerVar="CC" />
@ -90,6 +90,7 @@
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>

View file

@ -7,7 +7,7 @@
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="..\lib\libpcsound-dbg.a" prefix_auto="1" extension_auto="1" />
<Option output="..\lib\libpcsound-dbg" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="..\obj\libpcsound\dbg" />
<Option type="2" />
@ -17,7 +17,7 @@
</Compiler>
</Target>
<Target title="Release">
<Option output="..\lib\libpcsound.a" prefix_auto="1" extension_auto="1" />
<Option output="..\lib\libpcsound" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="..\obj\libpcsound\release" />
<Option type="2" />
@ -36,9 +36,10 @@
<Compiler>
<Add option="-Wall" />
<Add directory="." />
<Add directory="..\src" />
</Compiler>
<Linker>
<Add option="-lmingw32 -lSDLmain -lSDL -lSDL_mixer -lSDL_net -mwindows" />
<Add option="-lmingw32 -lSDLmain -lSDL -lSDL_mixer -mwindows" />
</Linker>
<Unit filename="..\pcsound\pcsound.c">
<Option compilerVar="CC" />
@ -57,6 +58,7 @@
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>