kolibrios/programs/cmm/misc/build.bat
Kirill Lipatov (Leency) 7cdee9c3db Eolite: fix WaitEventTimeout()
git-svn-id: svn://kolibrios.org@7913 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-11 14:11:23 +00:00

18 lines
240 B
Batchfile

@echo off
echo #define LANG_ENG 1 >lang.h--
For /R %%i In (*.c) Do c-- "%%i"
mkdir bin
del bin\*.* /Q
move *.com bin
cd bin
forfiles /S /M *.com /C "cmd /c rename @file @fname"
cd ..
del warning.txt
del lang.h--
pause