kolibrios/skins/mygrey/build.bat

9 lines
153 B
Batchfile
Raw Normal View History

@echo off
set fasm=c:\kolibri\usr\dos\fasm.exe
set file=default
set srcext=asm
set binext=skn
%fasm% %file%.%srcext% %file%.%binext%
pause
echo.