--- mstools/mfc/samples/ctrltest/makefile 2018/08/09 18:21:00 1.1.1.1 +++ mstools/mfc/samples/ctrltest/makefile 2018/08/09 18:22:29 1.1.1.2 @@ -22,13 +22,17 @@ OBJS=ctrltest.obj paredit.obj \ bbutton.obj custlist.obj custmenu.obj \ spintest.obj spin.obj -!ifndef NTMFC +!ifdef WIN16MFC +#!message compiling for WIN16 + OBJS = $(OBJS) derpen.obj dlgpen.obj featpen.obj !endif PCH=ctrltest.h -!ifndef NTMFC +!ifdef WIN16MFC +#!message compiling for WIN16 + # program uses Win31 #defines, but not any Win31 library entries (i.e. rc -30) CPPFLAGS= /AM /W3 /Zp /GA /GEs /G2 /Yu$(PCH) LINKFLAGS=/NOD /ONERROR:NOEXE