# ********************** START OF TERMW16M.MAK ********************** # # This is one of two make files for the Win16 test program. # This version builds the project using Microsoft C++. Build # the file with the following command: # # Microsoft : nmake -f termw16m.mak # # To build using Borland C++, use TERMW16B.MAK # CC = cl /W3 /AM /GA /I..\common /I..\common16 .cpp.obj: $(CC) -c /W3 /AM /GA $< termw16.exe : rs232.obj termw16.obj win16.obj echo >NUL @<