kolibrios/programs/cmm/search/Tupfile.lua
Kirill Lipatov (Leency) 804cb0b51c clipview: rewrite and decrease the size twice (from 3847 bytes to 1958)
search: new app, alpha version

git-svn-id: svn://kolibrios.org@8933 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-24 20:42:19 +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("search.c", "c-- /D=AUTOBUILD /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "search.com")