Advertisement
Xylitol

Make.bat

Feb 25th, 2017
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.18 KB | None | 0 0
  1. @echo off
  2.  
  3. if exist %1.obj del Speech5.obj
  4. if exist %1.exe del Speech5.exe
  5.  
  6. \masm32\bin\Ml.exe /c /coff /Fl Speech5.asm
  7. \masm32\bin\Link.exe /SUBSYSTEM:WINDOWS Speech5.obj
  8. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement