From 016bd1dc5e0840feada3abcf5cc2ddde5011f0bc Mon Sep 17 00:00:00 2001 From: janwas Date: Fri, 7 Jan 2005 12:41:55 +0000 Subject: [PATCH] add delayload entry for the (now dynamic) libjpg This was SVN commit r1664. --- build/premake/premake.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/premake/premake.lua b/build/premake/premake.lua index 2fc343629e..958618c668 100755 --- a/build/premake/premake.lua +++ b/build/premake/premake.lua @@ -149,7 +149,7 @@ function setuppackage (projectname) "xerces", "vorbis", "boost", - "libjpg" -- static lib; no need for a delayload entry + "libjpg" } -- Add '//lib' and '/include' to the includepaths and libpaths @@ -185,6 +185,7 @@ function setuppackage (projectname) "/DELAYLOAD:js32d.dll", "/DELAYLOAD:zlib1d.dll", "/DELAYLOAD:libpng13d.dll", + "/DELAYLOAD:jpeg-6bd.dll", } -- 'Testing' uses 'Debug' DLL's @@ -194,6 +195,7 @@ function setuppackage (projectname) "/DELAYLOAD:js32.dll", "/DELAYLOAD:zlib1.dll", "/DELAYLOAD:libpng13.dll", + "/DELAYLOAD:jpeg-6b.dll", } tinsert(package.buildflags, { "no-main" })