kolibrios/programs/cmm/examples/compile_en.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

11 lines
141 B
Batchfile

@del *.kex
For /R %%i In (*.c) Do c-- /D=LANG_ENG "%%i"
@rename *.com *.kex
@mkdir bin
@move *.kex bin\
@del warning.txt
@pause