forked from KolibriOS/kolibrios
update build rules
git-svn-id: svn://kolibrios.org@6550 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
726f2f4475
commit
41c33016a3
@ -2,7 +2,7 @@ if tup.getconfig("NO_GCC") ~= "" then return end
|
|||||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../programs" or tup.getconfig("HELPERDIR")
|
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../programs" or tup.getconfig("HELPERDIR")
|
||||||
tup.include(HELPERDIR .. "/use_gcc.lua")
|
tup.include(HELPERDIR .. "/use_gcc.lua")
|
||||||
tup.include(HELPERDIR .. "/use_newlib.lua")
|
tup.include(HELPERDIR .. "/use_newlib.lua")
|
||||||
CFLAGS = CFLAGS .. " -UWIN32 -U_WIN32 -U__WIN32__ -DLUA_COMPAT_ALL -DLUA_ANSI -D__DYNAMIC_REENT__"
|
CFLAGS = CFLAGS .. " -UWIN32 -U_WIN32 -U__WIN32__ -DLUA_COMPAT_ALL -DLUA_ANSI"
|
||||||
compile_gcc{
|
compile_gcc{
|
||||||
"lapi.c",
|
"lapi.c",
|
||||||
"lauxlib.c",
|
"lauxlib.c",
|
||||||
|
Loading…
Reference in New Issue
Block a user