log makefile.vc @ 3005:522ef24b0aba default tip

age author description
Sat, 25 Feb 2023 22:24:18 +0000 bsmith C++: Step 5 of the std::string transition. Hopefully the last step.
Fri, 06 Jan 2023 19:55:55 +0000 bsmith Win: Reenable -DAEROGLASS support, it was accidentally removed while testing on Win2k.
Fri, 06 Jan 2023 07:05:34 +0000 bsmith Win/OS2: Include the C++ bindings header in the binary zip.
Fri, 23 Dec 2022 02:56:29 +0000 bsmith Win/C++: Get some versions of MSVC correctly report the _cplusplus verison.
Thu, 22 Dec 2022 13:57:38 +0000 bsmith Rename the Version file Version.mk since it is included by the Makefiles.
Mon, 19 Dec 2022 00:07:06 +0000 bsmith C++: Add DW_NULL which is nullptr on C++11 and NULL on older versions.