home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / NPIPE.ZIP / SAMPLE.ARC / HELLO next >
Text File  |  1991-06-11  |  209b  |  8 lines

  1. # Make file for HELLO.EXE
  2.  
  3. hello.obj : hello.c
  4.      cl -c -W3 -AL -G2s -Ot -Zpe hello.c > hello.e
  5.  
  6. hello.exe : hello.obj hello.def
  7.      link hello, hello /se:256 /align:16, NUL, llibcmt+os2 /nod, hello
  8.