- Move source code from `trunk` into program root directory. - Update build files and ASM include paths. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
7 lines
261 B
Lua
7 lines
261 B
Lua
SOUND_CWD = tup.getcwd() .. "/develop/sdk/sound"
|
|
SOUND_VAR = tup.getvariantdir() .. "/develop/sdk/sound"
|
|
|
|
INCLUDES = INCLUDES .. " -I" .. SOUND_CWD .. "/include"
|
|
table.insert(LIBDEPS, SOUND_VAR .. "/src/sound.lib")
|
|
LIBS = SOUND_VAR .. "/src/sound.lib " .. LIBS
|