foxygit / doom Log in
commit afd49cf2c6215c0b8a0590ccfc6ad2779e33157c
Author:     Russell Rice <rtc_marine@hotmail.com>
AuthorDate: Wed Jan 16 14:41:07 2008 +0000
Commit:     Russell Rice <rtc_marine@hotmail.com>
CommitDate: Wed Jan 16 14:41:07 2008 +0000

    Fix build
    Remove unused libraries from certain projects

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 1002
---
 codeblocks/chocolate-server.cbp | 3 ++-
 codeblocks/libpcsound.cbp       | 8 +++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/codeblocks/chocolate-server.cbp b/codeblocks/chocolate-server.cbp
index 8efc0b37..bb1b15cb 100644
--- a/codeblocks/chocolate-server.cbp
+++ b/codeblocks/chocolate-server.cbp
@@ -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>
diff --git a/codeblocks/libpcsound.cbp b/codeblocks/libpcsound.cbp
index 0f84f6c6..ce526ee5 100644
--- a/codeblocks/libpcsound.cbp
+++ b/codeblocks/libpcsound.cbp
@@ -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>