Roland Posted June 14, 2015 Share Posted June 14, 2015 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 Quote Roland Strålberg Website: https://rstralberg.com Link to comment Share on other sites More sharing options...
Recommended Posts
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.