Subversion Repositories Kolibri OS

Rev

Rev 8801 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8801 Rev 8811
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
TCC="../../develop/ktcc/trunk/bin/kos32-tcc"
3
TCC="kos32-tcc"
-
 
4
CFLAGS  = "-I../../develop/ktcc/trunk/libc.obj/include"
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"
Line 5... Line 6...
5
LIBS = "-ltcc -lcryptal -ldialog -lbox -lc.obj"
6
LIBS = "-ltcc -lcryptal -ldialog -lbox -lc.obj"
6
 
7