diff options
-rw-r--r-- | codeblocks/chocolate.workspace (renamed from codeblocks/main.workspace) | 10 | ||||
-rw-r--r-- | codeblocks/libtextscreen.cbp (renamed from codeblocks/textscreen.cbp) | 0 |
2 files changed, 5 insertions, 5 deletions
diff --git a/codeblocks/main.workspace b/codeblocks/chocolate.workspace index d780adb3..a882a76c 100644 --- a/codeblocks/main.workspace +++ b/codeblocks/chocolate.workspace @@ -2,22 +2,22 @@ <CodeBlocks_workspace_file> <Workspace title="Chocolate"> <Project filename="doom.cbp" active="1"> - <Depends filename="textscreen.cbp" /> + <Depends filename="libtextscreen.cbp" /> <Depends filename="libpcsound.cbp" /> </Project> <Project filename="heretic.cbp"> - <Depends filename="textscreen.cbp" /> + <Depends filename="libtextscreen.cbp" /> <Depends filename="libpcsound.cbp" /> </Project> <Project filename="hexen.cbp"> - <Depends filename="textscreen.cbp" /> + <Depends filename="libtextscreen.cbp" /> <Depends filename="libpcsound.cbp" /> </Project> <Project filename="server.cbp" /> <Project filename="setup.cbp"> - <Depends filename="textscreen.cbp" /> + <Depends filename="libtextscreen.cbp" /> </Project> - <Project filename="textscreen.cbp" /> + <Project filename="libtextscreen.cbp" /> <Project filename="libpcsound.cbp" /> </Workspace> </CodeBlocks_workspace_file> diff --git a/codeblocks/textscreen.cbp b/codeblocks/libtextscreen.cbp index bee3040a..bee3040a 100644 --- a/codeblocks/textscreen.cbp +++ b/codeblocks/libtextscreen.cbp |