home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / hookkbs / mlc-w386.cmd < prev   
Encoding:
Text File  |  1992-08-30  |  259 b   |  10 lines

  1. rem This assembles and links an asm file to an EXE file
  2. ml /c %1.asm
  3. IF errorlevel 1  goto errexit
  4. link386 /PM:PM /ALIGN:4 /BASE:0x10000 /E %1.obj,,,c:\toolkt20\os2lib\os2386.lib;,%1.def ;
  5. del *.obj
  6. del *.map
  7. quit
  8. :errexit
  9. Echo Compile Error NO Link
  10.