8 lines
146 B
Batchfile
8 lines
146 B
Batchfile
sointu-compile -o . -arch=386 song.yml
|
|
nasm -f win32 song.asm
|
|
del song.inc
|
|
del song.asm
|
|
move song.obj src\sointu\
|
|
move song.h src\sointu\
|
|
|