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?