kolibrios/programs/use_sound.lua

6 lines
200 B
Lua
Raw Normal View History

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