kolibrios-fun/programs/cmm/sysmon/Tupfile.lua
Kirill Lipatov (Leency) 23c0258077 sysmon: upload a new app System Monitor v0.8 beta
git-svn-id: svn://kolibrios.org@7361 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-09-14 18:07:55 +00:00

7 lines
288 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("sysmon.c", "c-- /D=AUTOBUILD /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "sysmon.com")