From c9303e0e407051de92811e3ee06d6c3e01a73375 Mon Sep 17 00:00:00 2001 From: janwas Date: Fri, 19 Nov 2004 22:56:17 +0000 Subject: [PATCH] delay load dsound.dll This was SVN commit r1363. --- source/workspaces/premake/premake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/source/workspaces/premake/premake.lua b/source/workspaces/premake/premake.lua index a5e894cd92..27d288a890 100755 --- a/source/workspaces/premake/premake.lua +++ b/source/workspaces/premake/premake.lua @@ -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