kolibrios/programs/games/clicks/trunk/compile_rus.bat

8 lines
138 B
Batchfile
Raw Normal View History

del lang.h
echo #define LANG_RUS 1 >lang.h
..\C--\C-- clicks.c
del clicks
rename clicks.com clicks
del warning.txt
del lang.h
pause