summaryrefslogtreecommitdiff
path: root/codeblocks/main.workspace
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/main.workspace
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/main.workspace')
-rw-r--r--codeblocks/main.workspace10
1 files changed, 8 insertions, 2 deletions
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" />