Subversion Repositories Kolibri OS

Rev

Rev 6732 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6732 Rev 6746
Line 1... Line 1...
1
if tup.getconfig("NO_CMM") ~= "" then return end
1
if tup.getconfig("NO_CMM") ~= "" then return end
2
if tup.getconfig("LANG") == "ru"
2
if tup.getconfig("LANG") == "ru"
3
then C_LANG = "LANG_RUS"
3
then C_LANG = "LANG_RUS"
4
else C_LANG = "LANG_ENG" -- this includes default case without config
4
else C_LANG = "LANG_ENG" -- this includes default case without config
5
end
5
end
6
tup.rule("vfc.c", "c-- /D=AUTOBUILD /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "vfc.com")
6
tup.rule("diff.c", "c-- /D=AUTOBUILD /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "diff.com")