diff options
author | Russell Rice | 2008-09-29 03:23:13 +0000 |
---|---|---|
committer | Russell Rice | 2008-09-29 03:23:13 +0000 |
commit | c1440000e2953863605b899bd7687c03a46c7ab8 (patch) | |
tree | 99463206fdd51cfb2efe8e622598548cf7fe3b98 /codeblocks/main.workspace | |
parent | 18a8d8a3b2ab7eeade733bd587531b4dac830a29 (diff) | |
download | chocolate-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.workspace | 6 |
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" /> |