Jump to content

[Linux] Object directory


Roland
 Share

Recommended Posts

Right now the compiled *.o files are generated in the same directory as the source files, which is a bit messy (at least according to me). It would be better of the ended up in its own directory.

 

This is simply done by changing one line in the template $PROJECT_NAME.cbp.

 

Change this line

 

<Option object_output="../../" />

 

To

 

<Option object_output="obj" />

 

and all compiled object files will end up in folders at Project/Linux/obj

AV MX Linux

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...