Subversion Repositories Kolibri OS

Rev

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

Rev 8807 Rev 9658
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 7...
2
 
7
 
Line 3... Line -...
3
TCC="kos32-tcc"
-
 
4
 
-
 
5
CFLAGS  = "-I../../develop/ktcc/trunk/libc.obj/include"
-
 
6
LDFAGS  = "-nostdlib -L../../develop/ktcc/trunk/bin/lib ../../develop/ktcc/trunk/bin/lib/crt0.o"
8
LIBS = "-lnetwork"
7
 
-
 
8
LIBS = "-ltcc -lnetwork -lc.obj"
-
 
9
 
-