forked from KolibriOS/kolibrios
5a5f9eb384
Trying to add to autobuild git-svn-id: svn://kolibrios.org@7845 a494cfbc-eb01-0410-851d-a64ba20cac60
6 lines
275 B
Lua
6 lines
275 B
Lua
if tup.getconfig('NO_GCC') ~= "" then return end
|
|
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
|
|
tup.include(HELPERDIR .. "/use_gcc.lua")
|
|
tup.include(HELPERDIR .. "/use_menuetlibc.lua")
|
|
compile_gcc{"TinyBasic.c"}
|
|
link_gcc("TinyBasic") |