files
kolibrios-gitea/programs/use_sound.lua
Andrew 515d1e92ad develop/sdk: Post-SVN tidy
- 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.
2025-05-24 13:31:24 +01:00

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