mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-19 13:23:27 +03:00
5 lines
77 B
Batchfile
5 lines
77 B
Batchfile
|
@echo off
|
||
|
fpc -Twin32 exe2kos.pp
|
||
|
del *.o
|
||
|
del *.ppu
|
||
|
move exe2kos.exe ..\..\bin
|