From e675dbca5f8f310d94868fd89f859e90217aa791 Mon Sep 17 00:00:00 2001 From: janwas Date: Sat, 18 Sep 2004 12:51:14 +0000 Subject: [PATCH] no longer delay load ogg dlls (new sound code is using openal ogg support); avoids warnings in the meantime This was SVN commit r1149. --- source/workspaces/premake/premake.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/workspaces/premake/premake.lua b/source/workspaces/premake/premake.lua index 1f7003788e..643281e803 100755 --- a/source/workspaces/premake/premake.lua +++ b/source/workspaces/premake/premake.lua @@ -120,9 +120,6 @@ if (OS == "windows") then "/DELAYLOAD:js32d.dll", "/DELAYLOAD:zlib1d.dll", "/DELAYLOAD:libpng13d.dll", - "/DELAYLOAD:vorbisfile_d.dll", - "/DELAYLOAD:ogg_d.dll", - "/DELAYLOAD:vorbis_d.dll", } -- Testing uses Debug DLL's @@ -132,9 +129,6 @@ if (OS == "windows") then "/DELAYLOAD:js32.dll", "/DELAYLOAD:zlib1.dll", "/DELAYLOAD:libpng13.dll", - "/DELAYLOAD:vorbisfile.dll", - "/DELAYLOAD:ogg.dll", - "/DELAYLOAD:vorbis.dll", } tinsert(package.buildflags, { "no-main" })