Subversion Repositories Kolibri OS

Rev

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

Rev 8811 Rev 9625
Line 1... Line 1...
1
if tup.getconfig("NO_TCC") ~= "" then return end
1
if tup.getconfig("NO_TCC") ~= "" then return end
-
 
2
if tup.getconfig("HELPERDIR") == ""
-
 
3
then
-
 
4
  HELPERDIR = "../../../programs"
-
 
5
end
-
 
6
tup.include(HELPERDIR .. "/use_tcc.lua")
Line 2... Line -...
2
 
-
 
3
TCC="kos32-tcc"
-
 
4
CFLAGS  = "-I../../develop/ktcc/trunk/libc.obj/include"
-
 
5
LDFLAGS = "-nostdlib ../../develop/ktcc/trunk/bin/lib/crt0.o -L../../develop/ktcc/trunk/bin/lib"
7
 
Line 6... Line -...
6
LIBS = "-ltcc -lcryptal -ldialog -lbox -lc.obj"
-
 
7
 
8
LIBS = "-lcryptal -lbox_lib -ldialog"