News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

cbp2make under Windows

Started by cacb, April 27, 2017, 03:20:25 PM

Previous topic - Next topic

cacb

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?