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