[docs] Replace cyrillic 'с' with latin 'c' in register names
[kolibrios.git] / programs / use_sound.lua
blobd0a019c0e2581c4ffc046f5c2b927d51f2fa9a89
1 SOUND_CWD = tup.getcwd() .. "/develop/sdk/trunk/sound"
2 SOUND_VAR = tup.getvariantdir() .. "/develop/sdk/trunk/sound"
4 INCLUDES = INCLUDES .. " -I" .. SOUND_CWD .. "/include"
5 table.insert(LIBDEPS, SOUND_VAR .. "/src/sound.lib")
6 LIBS = SOUND_VAR .. "/src/sound.lib " .. LIBS