home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / IPCX.ZIP / TEST.MAK < prev   
Text File  |  1989-05-13  |  199b  |  19 lines

  1. #
  2. # make file    for    test.c
  3. #
  4.  
  5. COPT=/Lp /W3 /Zpiel /G2s /I$(INCLUDE) /Alfw
  6.  
  7. test.exe: test.c test.mak
  8.     cl $(COPT) test.c /link /co /noi llibcmt
  9.     markexe windowcompat test.exe
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.