(Hit this while preparing Z.C++ V0.0.2 for release, but very tangentially related as it would be nice to have a systematic Microsoft Nmake build system for *bands. Please do not check out the development environment flamethrower from the armory.)
So...trying out Visual Studio/C++ 2008 Express. I want to implement a partially parallel build system for nmake so that it would be possible to build at least the partial cmp reimplementation under MSVC. (This goes in under augmenting the test drivers: Z.C++ is officially in feature freeze, but test drivers are still open).
GUI help for "export makefile" comes up with:
You know, it really would be nice if that menu entry existed.
Reopening the URL in a true web browser shows that it is for MSVC 6.0, which is decisively out of date (but useful to know for pedantically completist documentation, as it's very difficult to pull up that version of the documentation at all.)
As it is, it looks like Makefile export was killed as part of a marketing decision to create Vendor Lock-in in MSVC 2002. I wouldn't be expecting it back anytime soon.
So...trying out Visual Studio/C++ 2008 Express. I want to implement a partially parallel build system for nmake so that it would be possible to build at least the partial cmp reimplementation under MSVC. (This goes in under augmenting the test drivers: Z.C++ is officially in feature freeze, but test drivers are still open).
GUI help for "export makefile" comes up with:
To export a makefile
1. From the Project menu, select Export Makefile.
2. ....
1. From the Project menu, select Export Makefile.
2. ....
Reopening the URL in a true web browser shows that it is for MSVC 6.0, which is decisively out of date (but useful to know for pedantically completist documentation, as it's very difficult to pull up that version of the documentation at all.)
As it is, it looks like Makefile export was killed as part of a marketing decision to create Vendor Lock-in in MSVC 2002. I wouldn't be expecting it back anytime soon.
Comment