kolibrios/programs/cmm/misc/build.bat
Kirill Lipatov (Leency) 30c1f25537 notes: code clean
cmm: update build.bat files to use /D=LANG_XXX instead of creating lang.h--

git-svn-id: svn://kolibrios.org@8954 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-28 12:08:38 +00:00

16 lines
234 B
Batchfile

@echo off
For /R %%i In (*.c) Do c-- /D=LANG_ENG "%%i"
mkdir bin
del bin\*.* /Q
move *.com bin
cd bin
forfiles /S /M *.com /C "cmd /c rename @file @fname"
rename software_widget syspanel
cd ..
del warning.txt
pause