autobuild sdlquake

git-svn-id: svn://kolibrios.org@5131 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse
2014-09-18 11:46:53 +00:00
parent 76d618357e
commit 3cf7852e03
687 changed files with 249967 additions and 7 deletions

View File

@@ -16,6 +16,10 @@ end
function link_gcc(input, output)
if not output then input,output = OBJS,input end
if STARTUP then
table.insert(LIBDEPS, STARTUP)
LDFLAGS = LDFLAGS .. " " .. STARTUP
end
if tup.getconfig("HELPERDIR") == "" and #LIBDEPS then
if type(input) == "string" then input = {input} end
if not input.extra_inputs then input.extra_inputs = {} end