From 89023bee7de715cb05849ac1a7c4cf28c3fef13e Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 28 Oct 2005 20:15:19 +0000 Subject: [PATCH] Added system library names. --- configure/os/CONFIG.Common.win32-x86-mingw | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure/os/CONFIG.Common.win32-x86-mingw b/configure/os/CONFIG.Common.win32-x86-mingw index 0ce293454..796e0db1d 100644 --- a/configure/os/CONFIG.Common.win32-x86-mingw +++ b/configure/os/CONFIG.Common.win32-x86-mingw @@ -22,6 +22,9 @@ ARCH_DEP_CPPFLAGS += -D_X86_ # Library used when COMMANDLINE_LIBRARY is READLINE LDLIBS_READLINE = -lreadline +STATIC_BUILD=YES +STATIC_LDLIBS_YES=-lws2_32 -ladvapi32 -luser32 -lkernel32 -lwinmm + # Compiler defines _WIN32 and WIN32 OP_SYS_CPPFLAGS =