Author Topic: cbp2make under Windows  (Read 3908 times)

Offline cacb

  • Lives here!
  • ****
  • Posts: 536
cbp2make under Windows
« 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?