From 2a3a92504cf898998e2e73296fd35cc0da41cb31 Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Thu, 21 Oct 2010 15:06:11 -0500 Subject: [PATCH] Added missing USR_LDFLAGS to DLL link line. --- configure/os/CONFIG.win32-x86.win32-x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.win32-x86.win32-x86 b/configure/os/CONFIG.win32-x86.win32-x86 index 76f21b15d..78482e73d 100644 --- a/configure/os/CONFIG.win32-x86.win32-x86 +++ b/configure/os/CONFIG.win32-x86.win32-x86 @@ -187,7 +187,7 @@ OP_SYS_CXXFLAGS = $(COMPILER_CXXFLAGS) # '-entry:_DllMainCRTStartup$(DLLENTRY)' DLLENTRY = @12 -WIN32_DLLFLAGS = /subsystem:windows /dll $(OPT_LDFLAGS) $(TARGET_LDFLAGS) $(LIB_LDFLAGS) +WIN32_DLLFLAGS = /subsystem:windows /dll $(OPT_LDFLAGS) $(USR_LDFLAGS) $(TARGET_LDFLAGS) $(LIB_LDFLAGS) # # specify dll .def file only if it exists