--- mstools/mfc/samples/tutorial/readme.txt 2018/08/09 18:21:00 1.1 +++ mstools/mfc/samples/tutorial/readme.txt 2018/08/09 18:22:22 1.1.1.2 @@ -1,10 +1,4 @@ -This directory contains the sample program used in the MFC -tutorial, PHBOOK. The CMDBOOK and DMTEST programs provided in -the C7 version of MFC are not available in the NT Beta release. -They will be added in a future release. Please disregard -references to DMTEST and PHBOOK in the remainder of this file. - - +This directory contains the files discussed in the tutorial. These files build three different programs: DMTEST.EXE, CMDBOOK.EXE, and PHBOOK.EXE. @@ -35,8 +29,12 @@ subdirectory. If you fail to delete ret switching to a debug build, or vice versa, you will likely have link-time errors. +PWB will take care of this for you when you switch between build +types using the Options/Build Options dialog. If you use NMAKE, +you must do the 'clean' step yourself. + For example: -nmake NTMFC=1 -f phbook DEBUG=1 -nmake NTMFC=1 -f phbook clean -nmake NTMFC=1 -f phbook DEBUG=0 +nmake -f phbook DEBUG=1 +nmake -f phbook clean +nmake -f phbook DEBUG=0