It is the first time I am interestet in makefiles.
1. Is there a way to import makefiles (nmake, gnumake, etc) to a cbp-file?
2. Is there a way to export a cbp-file to a special makefile-type (nmake, gnumake, etc)?
The current problem is that there is a project (7zip with LZMA en-/decoder, etc) that comes with MSVC projectfiles and nmake-makefiles. But my own project is build with mingw and that is why I need to build the 7zip-lib with mingw, too.