1. Edit procedure check exception 12 (overflow stack)
[kolibrios.git] / programs / use_sound.lua
blobf0c4104eaeb7ef2cf90bd4687edebf47976f5417
1 SOUND = tup.getcwd() .. "/develop/sdk/trunk/sound"
3 INCLUDES = INCLUDES .. " -I" .. SOUND .. "/include"
4 table.insert(LIBDEPS, SOUND .. "/src/sound.lib")
5 LIBS = SOUND .. "/src/sound.lib " .. LIBS