Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: chrisoshea on January 27, 2010, 04:37:54 pm

Title: Clean wipes both projects in a workspace
Post by: chrisoshea on January 27, 2010, 04:37:54 pm
Hi all,

I have a workspace with two cbp project files in. My workspace file looks like...

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_workspace_file>
   <Workspace title="Workspace">
      <Project filename="..\..\..\libs\openFrameworksCompiled\project\win_cb\openFrameworksLib.cbp" />
      <Project filename="myApp.cbp" active="1">
         <Depends filename="..\..\..\libs\openFrameworksCompiled\project\win_cb\openFrameworksLib.cbp" />
      </Project>
   </Workspace>
</CodeBlocks_workspace_file>

When I right click on the myApp project in the tree and click clean, it cleans both that project and the openFrameworks project. Is it possible just to clean the one project?

Many thanks
Title: Re: Clean wipes both projects in a workspace
Post by: stahta01 on January 27, 2010, 07:40:56 pm
Yes, Remove the project dependency.

Tim S.