forked from KolibriOS/kolibrios
734b394c93
git-svn-id: svn://kolibrios.org@7928 a494cfbc-eb01-0410-851d-a64ba20cac60
19 lines
273 B
Batchfile
19 lines
273 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"
|
|
rename software_widget syspanel
|
|
cd ..
|
|
|
|
del warning.txt
|
|
del lang.h--
|
|
|
|
pause |