summaryrefslogtreecommitdiff
path: root/codeblocks
diff options
context:
space:
mode:
authorRussell Rice2008-09-29 06:50:13 +0000
committerRussell Rice2008-09-29 06:50:13 +0000
commit84552e7da9b4babc1c885d38088509faa733e7bb (patch)
treed98620fc35f94e4890a8b40121572ff052061b52 /codeblocks
parentdd48cee435b69964ceaf28aa1d14b75ff8905995 (diff)
downloadchocolate-doom-84552e7da9b4babc1c885d38088509faa733e7bb.tar.gz
chocolate-doom-84552e7da9b4babc1c885d38088509faa733e7bb.tar.bz2
chocolate-doom-84552e7da9b4babc1c885d38088509faa733e7bb.zip
- 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
Diffstat (limited to 'codeblocks')
-rw-r--r--codeblocks/doom.cbp1
-rw-r--r--codeblocks/heretic.cbp1
-rw-r--r--codeblocks/hexen.cbp1
-rw-r--r--codeblocks/main.workspace10
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" />