home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / program / asm / PJ96.ZIP / ALIBTOOL.ZIP / ASMHDR.MAK < prev    next >
Encoding:
Text File  |  1991-08-22  |  342 b   |  13 lines

  1. # This make file is for use with OpusMake, OptLink/Compress, and Microsoft C.
  2. # If you lack one of these tools, you can compile with:
  3. #
  4. #  C>cl asmhdr.c setargv.obj /link /noe
  5. #  C>tcc asmhdr.c wildarg.obj
  6. #
  7.  
  8. asmhdr.exe:    asmhdr.obj
  9.     optcomp asmhdr \etc\msc6\lib\setargv /slrpack/noe/noi;
  10.  
  11. asmhdr.obj:    asmhdr.c
  12.     cl /c /Ox asmhdr.c
  13.