forked from KolibriOS/kolibrios
Weather:
fix Tupefile.lua git-svn-id: svn://kolibrios.org@8805 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
9112211df9
commit
8562860493
@ -1,7 +1,8 @@
|
|||||||
if tup.getconfig("NO_TCC") ~= "" then return end
|
if tup.getconfig("NO_TCC") ~= "" then return end
|
||||||
|
|
||||||
TCC="../../develop/ktcc/trunk/bin/kos32-tcc"
|
TCC="kos32-tcc"
|
||||||
CFLAGS = "-I../../develop/ktcc/trunk/libc.obj/include"
|
CFLAGS = "-I../../develop/ktcc/trunk/libc.obj/include"
|
||||||
|
LDFLAGS = "-nostdlib -L../../develop/ktcc/trunk/bin/lib ../../develop/ktcc/trunk/bin/lib/crt0.o"
|
||||||
|
|
||||||
LIBS = "-ltcc -limg -lhttp -lc.obj"
|
LIBS = "-ltcc -limg -lhttp -lc.obj"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user