1
0
forked from 0ad/0ad

uploaded preliminary sound stuff. CMusicPlayer streams an ogg from disk successfully but my machine isn't powerful enough to test it in the engine

This was SVN commit r787.
This commit is contained in:
kezz 2004-07-20 22:20:53 +00:00
parent 7fd55bae7f
commit 3ab3688c55

View File

@ -80,7 +80,6 @@ if (OS == "windows") then
"/DELAYLOAD:gdi32.dll",
"/DELAYLOAD:user32.dll",
"/DELAYLOAD:ws2_32.dll",
"/DELAYLOAD:fmod.dll",
"/DELAYLOAD:version.dll",
"/DELAYLOAD:ddraw.dll",
"/DELAYLOAD:libpng10.dll",
@ -106,7 +105,6 @@ else -- Non-Windows, = Unix
-- OpenGL and X-Windows
"GL", "GLU", "X11",
"SDL", "png",
"fmod-3.73",
"fam",
-- Utilities
"xerces-c", "z", "rt", "js"