Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5131 clevermous 1
SDL_INCLUDE = tup.getcwd() .. "/../contrib/sdk/sources/SDL-1.2.2/include"
2
SDL_LIB = tup.getcwd() .. "/../contrib/sdk/lib"
3
 
4
tup.include("use_sound.lua")
5
 
6
INCLUDES = INCLUDES .. " -I" .. SDL_INCLUDE
7
table.insert(LIBDEPS, SDL_LIB .. "/")
8
LIBS = SDL_LIB .. "/libSDL.a " .. LIBS