mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-18 12:52:37 +03:00
12 lines
223 B
Batchfile
12 lines
223 B
Batchfile
|
@del lang.h--
|
||
|
@echo #define LANG_ENG 1 >lang.h--
|
||
|
|
||
|
call generate_file_listing.bat
|
||
|
|
||
|
@C-- installer.c
|
||
|
@del installer.kex
|
||
|
@rename installer.com installer.kex
|
||
|
@kpack installer.kex
|
||
|
@del lang.h--
|
||
|
@del warning.txt
|
||
|
@pause
|