1
0
forked from 0ad/0ad

delay load dsound.dll

This was SVN commit r1363.
This commit is contained in:
janwas 2004-11-19 22:56:17 +00:00
parent c6cf8593c9
commit c9303e0e40

View File

@ -115,6 +115,7 @@ if (OS == "windows") then
"/DELAYLOAD:ws2_32.dll",
"/DELAYLOAD:version.dll",
"/DELAYLOAD:ddraw.dll",
"/DELAYLOAD:dsound.dll",
"/DELAYLOAD:glu32.dll",
"/DELAYLOAD:openal32.dll",
"/DELAY:UNLOAD" -- allow manual unload of delay-loaded DLLs