git-svn-id: svn://kolibrios.org@8369 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
maxcodehack 2020-12-11 17:29:47 +00:00
parent 20ecdca01e
commit 31692e78f0

View File

@ -3,6 +3,8 @@ HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../programs" or tup.ge
tup.include(HELPERDIR .. "/use_gcc.lua")
tup.include(HELPERDIR .. "/use_newlib.lua")
CFLAGS = CFLAGS .. " -UWIN32 -U_WIN32 -U__WIN32__ -DLUA_COMPAT_ALL -DLUA_ANSI"
LDFLAGS = "-call_shared -S -nostdlib -T$(NEWLIB_BASE)/sources/newlib/app-dynamic.lds --image-base 0"
LDFLAGS = LDFLAGS .. " --disable-runtime-pseudo-reloc --subsystem native"
compile_gcc{
"lapi.c",