kolibrios-fun/programs/cmm/barscfg/Tupfile.lua
Kirill Lipatov (Leency) 4f577b5e9b rename panels_cfg to barscfg and change path of /sys/media/pixie/pixie to just /sys/media/pixie
git-svn-id: svn://kolibrios.org@7630 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-04-17 08:06:15 +00:00

7 lines
290 B
Lua

if tup.getconfig("NO_CMM") ~= "" then return end
if tup.getconfig("LANG") == "ru"
then C_LANG = "LANG_RUS"
else C_LANG = "LANG_ENG" -- this includes default case without config
end
tup.rule("barscfg.c", "c-- /D=AUTOBUILD /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "barscfg.com")