forked from KolibriOS/kolibrios
41c3cb567f
git-svn-id: svn://kolibrios.org@8520 a494cfbc-eb01-0410-851d-a64ba20cac60
9 lines
284 B
Lua
Executable File
9 lines
284 B
Lua
Executable File
SDL_INCLUDE = tup.getcwd() .. "/../contrib/sdk/sources/SDL-1.2.2_newlib/include"
|
|
SDL_LIB = tup.getcwd() .. "/../contrib/sdk/lib"
|
|
|
|
tup.include("use_sound.lua")
|
|
|
|
INCLUDES = INCLUDES .. " -I" .. SDL_INCLUDE
|
|
table.insert(LIBDEPS, SDL_LIB .. "/<libSDLn>")
|
|
LIBS = "-lSDLn " .. LIBS
|