forked from KolibriOS/kolibrios
Weather:
Fixed build git-svn-id: svn://kolibrios.org@8802 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
75f0dbdd33
commit
b5bb829ff5
@ -1,10 +1,9 @@
|
|||||||
if tup.getconfig("NO_TCC") ~= "" then return end
|
if tup.getconfig("NO_TCC") ~= "" then return end
|
||||||
|
|
||||||
TCC="kos32-tcc"
|
TCC="../../develop/ktcc/trunk/bin/kos32-tcc"
|
||||||
|
CFLAGS = "-I../../develop/ktcc/trunk/libc.obj/include"
|
||||||
|
|
||||||
CFLAGS = "-I../../develop/libraries/kolibri-libc/include -I../../develop/ktcc/trunk/libc/include"
|
|
||||||
LDFLAGS = "-nostdlib ../../develop/libraries/kolibri-libc/lib/crt0.o -L../../develop/libraries/kolibri-libc/lib -L../../develop/ktcc/trunk/bin/lib"
|
|
||||||
LIBS = "-ltcc -limg -lhttp -lc.obj"
|
LIBS = "-ltcc -limg -lhttp -lc.obj"
|
||||||
|
|
||||||
COMMAND = string.format("%s %s %s %s %s ", TCC, CFLAGS, "%f -o %o", LDFLAGS, LIBS)
|
COMMAND = string.format("%s %s %s %s ", TCC, CFLAGS, "%f -o %o", LIBS)
|
||||||
tup.rule({"weather.c", "json/json.c"}, COMMAND .. tup.getconfig("KPACK_CMD"), "weather")
|
tup.rule({"weather.c", "json/json.c"}, COMMAND .. tup.getconfig("KPACK_CMD"), "weather")
|
||||||
|
Loading…
Reference in New Issue
Block a user