--- mstools/mfc/lib/readme.txt 2018/08/09 18:22:19 1.1.1.2 +++ mstools/mfc/lib/readme.txt 2018/08/09 18:24:38 1.1.1.3 @@ -9,6 +9,8 @@ NAFXCW.LIB - 32 bit Windows NT, GUI, re NAFXCRD.LIB - 32 bit Windows NT, CONSOLE, debug build NAFXCR.LIB - 32 bit Windows NT, CONSOLE, retail build +These library variants are the minimum set needed to link all +MFC sample applications. See the file ..\SRC\README.TXT for specific instructions on how to build MFC library variants. @@ -18,3 +20,6 @@ resulting static library (.LIB) file is The sample application makefiles will look for the MFC library in this directory. +LIBCXX.LIB contains memory allocation helper routines needed by all +C++ applications. This library will be folded into the regular +C runtime library in a future release.