home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / S12720.ZIP / BASE next >
Text File  |  1990-08-01  |  225b  |  12 lines

  1. # base make file
  2.  
  3. base.obj : base.c base.h
  4.   cl -c -G2s -W3 -Od -Zi base.c
  5.  
  6. base.res : base.rc base.h
  7.   rc -r base.rc
  8.  
  9. base.exe : base.obj base.def base.res
  10.   link base, /CO /align:16, NUL, os2, base
  11.   rc base.res
  12.