home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / progjour / 1991 / 06 / alibtool / asmhdr.mak < prev    next >
Text File  |  1991-08-22  |  342b  |  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.