diff options
Diffstat (limited to 'codeblocks/main.workspace')
-rw-r--r-- | codeblocks/main.workspace | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/codeblocks/main.workspace b/codeblocks/main.workspace new file mode 100644 index 00000000..ae56d450 --- /dev/null +++ b/codeblocks/main.workspace @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<CodeBlocks_workspace_file> + <Workspace title="chocolate-doom"> + <Project filename="game.cbp" active="1"> + <Depends filename="textscreen.cbp" /> + <Depends filename="libpcsound.cbp" /> + </Project> + <Project filename="server.cbp" /> + <Project filename="setup.cbp"> + <Depends filename="textscreen.cbp" /> + </Project> + <Project filename="textscreen.cbp" /> + <Project filename="libpcsound.cbp" /> + </Workspace> +</CodeBlocks_workspace_file> |