forked from KolibriOS/kolibrios
'21 days' game: Tupfile.lua fixed
git-svn-id: svn://kolibrios.org@5300 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d6631a482a
commit
1e9f11eb8a
@ -1,5 +1,5 @@
|
||||
if tup.getconfig("NO_GCC") ~= "" then return end
|
||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
|
||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
|
||||
tup.include(HELPERDIR .. "/use_gcc.lua")
|
||||
tup.include(HELPERDIR .. "/use_menuetlibc.lua")
|
||||
CFLAGS = CFLAGS .. " -D _KOS32 "
|
||||
|
Loading…
Reference in New Issue
Block a user