Subversion Repositories Kolibri OS

Rev

Rev 5992 | Details | Compare with Previous | Last modification | View Log | RSS feed

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