home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / S12715.ZIP / BASE next >
Text File  |  1990-09-21  |  333b  |  17 lines

  1. #--------------------
  2. # BASE make file
  3. #--------------------
  4.  
  5. #include "base.h"
  6.  
  7. base.res : base.rc base.h
  8.      rc -r base.rc
  9.  
  10. base.obj : base.c base.h
  11.      cl -c -G2s -B1 c1l.exe -Zi -W3 base.c
  12.  
  13. base.exe : base.obj base.def
  14.      link /CO/map base, /align:16, , os2 llibce, base
  15.      rc base.res
  16.      mapsym base.map
  17.