Advertisement
tolikpunkoff

masm-compile-windows.txt

May 25th, 2022
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. npp_save
  2. cd "$(CURRENT_DIRECTORY)"
  3. G:\masm32\bin\ml.exe /c /coff /IG:\masm32\include\ $(FILE_NAME)
  4. if $(EXITCODE) !=0 goto exit
  5.  
  6. G:\masm32\bin\link.exe $(NAME_PART).obj /SUBSYSTEM:WINDOWS /LIBPATH:G:\masm32\lib\
  7. :exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement