Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

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