News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Clean wipes both projects in a workspace

Started by chrisoshea, January 27, 2010, 04:37:54 PM

Previous topic - Next topic

chrisoshea

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

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]