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

8
programs/use_sdl.lua Normal file
View File

@@ -0,0 +1,8 @@
SDL_INCLUDE = tup.getcwd() .. "/../contrib/sdk/sources/SDL-1.2.2/include"
SDL_LIB = tup.getcwd() .. "/../contrib/sdk/lib"
tup.include("use_sound.lua")
INCLUDES = INCLUDES .. " -I" .. SDL_INCLUDE
table.insert(LIBDEPS, SDL_LIB .. "/<libSDL>")
LIBS = SDL_LIB .. "/libSDL.a " .. LIBS