diff options
Diffstat (limited to 'codeblocks/main.workspace')
-rw-r--r-- | codeblocks/main.workspace | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/codeblocks/main.workspace b/codeblocks/main.workspace index ae56d450..d780adb3 100644 --- a/codeblocks/main.workspace +++ b/codeblocks/main.workspace @@ -1,7 +1,15 @@ <?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"> + <Depends filename="textscreen.cbp" /> + <Depends filename="libpcsound.cbp" /> + </Project> + <Project filename="hexen.cbp"> <Depends filename="textscreen.cbp" /> <Depends filename="libpcsound.cbp" /> </Project> |