summaryrefslogtreecommitdiff
path: root/codeblocks/main.workspace
diff options
context:
space:
mode:
authorRussell Rice2008-09-29 03:23:13 +0000
committerRussell Rice2008-09-29 03:23:13 +0000
commitc1440000e2953863605b899bd7687c03a46c7ab8 (patch)
tree99463206fdd51cfb2efe8e622598548cf7fe3b98 /codeblocks/main.workspace
parent18a8d8a3b2ab7eeade733bd587531b4dac830a29 (diff)
downloadchocolate-doom-c1440000e2953863605b899bd7687c03a46c7ab8.tar.gz
chocolate-doom-c1440000e2953863605b899bd7687c03a46c7ab8.tar.bz2
chocolate-doom-c1440000e2953863605b899bd7687c03a46c7ab8.zip
- Create separate codeblocks project files for doom, heretic and hexen,
they all build except for hexen, which is currently WIP - Fix build on windows Subversion-branch: /branches/raven-branch Subversion-revision: 1305
Diffstat (limited to 'codeblocks/main.workspace')
-rw-r--r--codeblocks/main.workspace6
1 files changed, 4 insertions, 2 deletions
diff --git a/codeblocks/main.workspace b/codeblocks/main.workspace
index ae56d450..29a36953 100644
--- a/codeblocks/main.workspace
+++ b/codeblocks/main.workspace
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_workspace_file>
- <Workspace title="chocolate-doom">
- <Project filename="game.cbp" active="1">
+ <Workspace title="Chocolate">
+ <Project filename="doom.cbp" active="1">
<Depends filename="textscreen.cbp" />
<Depends filename="libpcsound.cbp" />
</Project>
+ <Project filename="heretic.cbp" />
+ <Project filename="hexen.cbp" />
<Project filename="server.cbp" />
<Project filename="setup.cbp">
<Depends filename="textscreen.cbp" />