Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8946 → Rev 8954

/programs/cmm/drvinst/Tupfile.lua
3,4 → 3,4
then C_LANG = "LANG_RUS"
else C_LANG = "LANG_ENG" -- this includes default case without config
end
tup.rule("drvinst.c", "c-- /D=AUTOBUILD /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "drvinst.com")
tup.rule("drvinst.c", "c-- /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "drvinst.com")
/programs/cmm/drvinst/compile_en.bat
1,10 → 1,6
@del lang.h--
@echo #define LANG_ENG 1 >lang.h--
 
@c-- /D=LANG_RUS drvinst.c
@del *.kex
@c-- drvinst.c
@rename *.com *.kex
@del warning.txt
@del lang.h--
 
@pause
/programs/cmm/drvinst/compile_ru.bat
1,10 → 1,6
@del lang.h--
@echo #define LANG_RUS 1 >lang.h--
 
@c-- /D=LANG_RUS drvinst.c
@del *.kex
@c-- drvinst.c
@rename *.com *.kex
@del warning.txt
@del lang.h--
 
@pause
/programs/cmm/drvinst/drvinst.c
1,9 → 1,5
#define MEMSIZE 4096*20
 
#ifndef AUTOBUILD
#include "lang.h--"
#endif
 
//===================================================//
// //
// LIB //