home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / S12264.ZIP / HELLO1 next >
Text File  |  1989-01-20  |  266b  |  17 lines

  1. #
  2. # make file for hello1.c
  3. #
  4.  
  5. INCLUDE=c:\os2\include\mt
  6. LIB=c:\os2\lib
  7. COPT=/Lp /W3 /Zp /G2s /Ox /i$(INCLUDE) /Alfw
  8. #for debugging:
  9. #COPT=/Lp /W3 /Zpiel /G2s /i$(INCLUDE) /Alfw
  10.  
  11. hello1.exe: hello1.c hello1
  12.     cl $(COPT) hello1.c /link /co llibcmt
  13.  
  14.  
  15.  
  16.  
  17.