Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 8519 → Rev 8520

/programs/use_sdl_newlib.lua
0,0 → 1,8
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
Property changes:
Added: svn:executable
+*
\ No newline at end of property