commit 84552e7da9b4babc1c885d38088509faa733e7bb
Author: Russell Rice <rtc_marine@hotmail.com>
AuthorDate: Mon Sep 29 06:50:13 2008 +0000
Commit: Russell Rice <rtc_marine@hotmail.com>
CommitDate: Mon Sep 29 06:50:13 2008 +0000
- Set project dependencies for heretic and hexen to build libtextscreen
and libpcsound as well
- Remove a silly debug line in the project arguments for all games
Subversion-branch: /branches/raven-branch
Subversion-revision: 1307
---
codeblocks/doom.cbp | 1 -
codeblocks/heretic.cbp | 1 -
codeblocks/hexen.cbp | 1 -
codeblocks/main.workspace | 10 ++++++++--
4 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/codeblocks/doom.cbp b/codeblocks/doom.cbp
index 65797101..ce0e7156 100644
--- a/codeblocks/doom.cbp
+++ b/codeblocks/doom.cbp
@@ -12,7 +12,6 @@
<Option object_output="..\obj\chocolate-doom\dbg" />
<Option type="0" />
<Option compiler="gcc" />
- <Option parameters="-iwad d:\russell\games\doom2\iwad\doom2.wad" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-W" />
diff --git a/codeblocks/heretic.cbp b/codeblocks/heretic.cbp
index 3a580e48..72921a3f 100644
--- a/codeblocks/heretic.cbp
+++ b/codeblocks/heretic.cbp
@@ -12,7 +12,6 @@
<Option object_output="..\obj\chocolate-heretic\dbg" />
<Option type="0" />
<Option compiler="gcc" />
- <Option parameters="-iwad d:\russell\games\doom2\iwad\doom2.wad" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-W" />
diff --git a/codeblocks/hexen.cbp b/codeblocks/hexen.cbp
index 689b6f34..bd9e319f 100644
--- a/codeblocks/hexen.cbp
+++ b/codeblocks/hexen.cbp
@@ -12,7 +12,6 @@
<Option object_output="..\obj\chocolate-hexen\dbg" />
<Option type="0" />
<Option compiler="gcc" />
- <Option parameters="-iwad d:\russell\games\doom2\iwad\doom2.wad" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-W" />
diff --git a/codeblocks/main.workspace b/codeblocks/main.workspace
index 29a36953..d780adb3 100644
--- a/codeblocks/main.workspace
+++ b/codeblocks/main.workspace
@@ -5,8 +5,14 @@
<Depends filename="textscreen.cbp" />
<Depends filename="libpcsound.cbp" />
</Project>
- <Project filename="heretic.cbp" />
- <Project filename="hexen.cbp" />
+ <Project filename="heretic.cbp">
+ <Depends filename="textscreen.cbp" />
+ <Depends filename="libpcsound.cbp" />
+ </Project>
+ <Project filename="hexen.cbp">
+ <Depends filename="textscreen.cbp" />
+ <Depends filename="libpcsound.cbp" />
+ </Project>
<Project filename="server.cbp" />
<Project filename="setup.cbp">
<Depends filename="textscreen.cbp" />