MPC icon indicating copy to clipboard operation
MPC copied to clipboard

MPC (The Makefile, Project, and Workspace Creator)

Results 23 MPC issues
Sort by recently updated
recently updated
newest added

Hi , As here https://github.com/DOCGroup/ACE_TAO/issues/913 , mpc ignore CFLAGS DEBUG_CFLAGS CXXFLAGS DEBUG_CXXFLAGS, this make it not possible to build ace under conda env https://www.anaconda.com/utilizing-the-new-compilers-in-anaconda-distribution-5/

Did start with this on https://github.com/jwillemsen/MPC/tree/jwi-readmemd but nested tables is not standard in markdown so need to see how we can handle that in a different way

The powershell out-file creates by default an unicode file (https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/out-file?view=powershell-6). For usage on azure-devops/appveyor it would be easier when MPC could handle an unicode default.features file. As note, out-file is...

I can't find a working way that uses the remove_from support to iterate through template_files and remove any found template file from the header files like below, it seems that...

Some projects are using the template_files section also to list the template header files so that they are combined with any template source file. For those projects it would help...

For solving #50 I want to filter out any element from template_files from header_files. It would be helpful to have a way to check if template_files has a certain element...

MPC is a best tool to manage C++ project, the version below 2010 works well, but not works for vc2013, I managed to correct the bug and make all my...

I usually crate my project with :"mwc.pl -type vc14" under windows, it will generate vs2015 project successfully. But recently I don't kow what happened, when I execute the above scipt...