Update Tupfile.lua's for tup-0.8

git-svn-id: svn://kolibrios.org@10042 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2024-05-21 14:45:21 +00:00
parent 0eabeee0d3
commit e9e08c56b6
202 changed files with 1509 additions and 916 deletions

View File

@@ -1,5 +1,6 @@
SOUND = tup.getcwd() .. "/develop/sdk/trunk/sound"
SOUND_CWD = tup.getcwd() .. "/develop/sdk/trunk/sound"
SOUND_VAR = tup.getvariantdir() .. "/develop/sdk/trunk/sound"
INCLUDES = INCLUDES .. " -I" .. SOUND .. "/include"
table.insert(LIBDEPS, SOUND .. "/src/sound.lib")
LIBS = SOUND .. "/src/sound.lib " .. LIBS
INCLUDES = INCLUDES .. " -I" .. SOUND_CWD .. "/include"
table.insert(LIBDEPS, SOUND_VAR .. "/src/sound.lib")
LIBS = SOUND_VAR .. "/src/sound.lib " .. LIBS