Cosmos/source/HelloWorld/Build.bat
kudzu_cp 75b8846e4a
2007-10-29 10:06:49 +00:00

5 lines
No EOL
145 B
Batchfile

cd bin\debug
..\..\..\IL2CPU\bin\debug\IL2CPU.exe -in:HelloWorld.exe -out:output.asm
@REM FASM must be in the path
fasm.exe output.asm
@pause