4 lines
No EOL
118 B
Batchfile
4 lines
No EOL
118 B
Batchfile
@echo off
|
|
c:\masm32\bin\ml /c /Zd /coff dir_sans_gui.asm
|
|
c:\\masm32\bin\Link /SUBSYSTEM:CONSOLE dir_sans_gui.obj
|
|
pause |