[docs] Replace cyrillic 'с' with latin 'c' in register names
[kolibrios.git] / programs / use_sdl.lua
blob90754d8f8c189f71d012621e7d037858ac9dde16
1 SDL_INCLUDE = tup.getcwd() .. "/../contrib/sdk/sources/SDL-1.2.2/include"
2 SDL_LIB = tup.getvariantdir() .. "/../contrib/sdk/lib"
4 tup.include("use_sound.lua")
6 INCLUDES = INCLUDES .. " -I" .. SDL_INCLUDE
7 table.insert(LIBDEPS, SDL_LIB .. "/<libSDL>")
8 LIBS = SDL_LIB .. "/libSDL.a " .. LIBS