Subversion Repositories Kolibri OS

Rev

Rev 9781 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9781 Rev 10042
Line 1... Line 1...
1
if tup.getconfig("NO_TCC") ~= "" then return end
1
if tup.getconfig("NO_TCC") ~= "" then return end
Line 2... Line 2...
2
 
2
 
3
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
3
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
-
 
4
tup.include(HELPERDIR .. "/use_tcc.lua")
Line 4... Line 5...
4
tup.include(HELPERDIR .. "/use_tcc.lua")
5
CFLAGS += " -I" .. tup.getvariantdir()
5
 
6
 
6
if tup.getconfig("LANG") == "ru"
7
if tup.getconfig("LANG") == "ru"
7
then C_LANG = "LANG_RUS"
8
then C_LANG = "LANG_RUS"