--- mstools/mfc/samples/mdi/makefile 2018/08/09 18:21:00 1.1.1.1 +++ mstools/mfc/samples/mdi/makefile 2018/08/09 18:22:36 1.1.1.2 @@ -18,7 +18,9 @@ PCH=mdi.h OBJS=mdi.obj hello.obj bounce.obj -!ifndef NTMFC +!ifdef WIN16MFC +#!message compiling for WIN16 + CPPFLAGS= /DWINVER=0x0300 /AM /W3 /Zp /GA /GEs /G2 /Yu$(PCH) LINKFLAGS=/NOD /ONERROR:NOEXE