kolibrios/programs/cmm/app_installer/build_en.bat

12 lines
223 B
Batchfile
Raw Normal View History

@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