Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: cacb on April 27, 2017, 03:20:25 pm

Title: cbp2make under Windows
Post by: cacb on April 27, 2017, 03:20:25 pm
I have a question relating to cbp2make with Code::Blocks projects under Windows. I use the MSVC compiler and my project settings run things like wx-user via backticks.  The general idea is obviously to publish code with NMAKE makefiles.

Now if you try to run cbp2make to create make files for others to use, I find that NMAKE makefiles are unable to run shell commands, so the generated make files are not usable. Is there a recommended alternative approach for something like this?