Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5130 → Rev 5131

/programs/use_sound.lua
0,0 → 1,5
SOUND = tup.getcwd() .. "/develop/sdk/trunk/sound"
 
INCLUDES = INCLUDES .. " -I" .. SOUND .. "/include"
table.insert(LIBDEPS, SOUND .. "/src/sound.lib")
LIBS = SOUND .. "/src/sound.lib " .. LIBS