Subversion Repositories Kolibri OS

Rev

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

Rev 8735 Rev 8802
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"
Line 3... Line -...
3
TCC="kos32-tcc"
-
 
4
 
-
 
5
CFLAGS  = "-I../../develop/libraries/kolibri-libc/include -I../../develop/ktcc/trunk/libc/include"
4
CFLAGS  = "-I../../develop/ktcc/trunk/libc.obj/include"
Line 6... Line 5...
6
LDFLAGS = "-nostdlib ../../develop/libraries/kolibri-libc/lib/crt0.o -L../../develop/libraries/kolibri-libc/lib -L../../develop/ktcc/trunk/bin/lib"
5
 
7
LIBS = "-ltcc -limg -lhttp -lc.obj"
6
LIBS = "-ltcc -limg -lhttp -lc.obj"