--- mstools/mfc/samples/tutorial/phbook 2018/08/09 18:21:00 1.1.1.1 +++ mstools/mfc/samples/tutorial/phbook 2018/08/09 18:24:40 1.1.1.3 @@ -20,7 +20,9 @@ DIR=WIN phbook.exe : $(DIR)\phbook.exe copy $** $@ -!ifndef NTMFC +!ifdef WIN16MFC +#!message compiling for WIN16 + CPPFLAGS= /DWINVER=0x0300 /AM /W3 /Zp /GA /GEs /G2 LINKFLAGS=/NOD /ONERROR:NOEXE @@ -61,7 +63,7 @@ phbook.def; .rc{$(DIR)}.res: rc -r -fo $*.tmp $< - cvtres -i386 $*.tmp -o $*.res + cvtres -$(CPU) $*.tmp -o $*.res del $*.tmp !endif