mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-11-29 12:13:12 +03:00
e9e08c56b6
git-svn-id: svn://kolibrios.org@10042 a494cfbc-eb01-0410-851d-a64ba20cac60
7 lines
279 B
Lua
7 lines
279 B
Lua
SOUND_CWD = tup.getcwd() .. "/develop/sdk/trunk/sound"
|
|
SOUND_VAR = tup.getvariantdir() .. "/develop/sdk/trunk/sound"
|
|
|
|
INCLUDES = INCLUDES .. " -I" .. SOUND_CWD .. "/include"
|
|
table.insert(LIBDEPS, SOUND_VAR .. "/src/sound.lib")
|
|
LIBS = SOUND_VAR .. "/src/sound.lib " .. LIBS
|