From 39128f134e0cbcf30e18bea08c9c0bba7c8195e7 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 29 Nov 2006 16:32:26 +0000 Subject: [PATCH] Undefine LIBRARY_LD_RESS. --- configure/os/CONFIG.Common.win32-x86-cygwin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure/os/CONFIG.Common.win32-x86-cygwin b/configure/os/CONFIG.Common.win32-x86-cygwin index c8bde373b..4af24518d 100644 --- a/configure/os/CONFIG.Common.win32-x86-cygwin +++ b/configure/os/CONFIG.Common.win32-x86-cygwin @@ -42,6 +42,8 @@ OP_SYS_CXXFLAGS += -D__cplusplus # Overrides -DUNIX from CONFIG.Common.UnixCommon OP_SYS_CPPFLAGS = -mno-cygwin +LIBRARY_LD_RESS= + OP_SYS_LDFLAGS += -mno-cygwin OP_SYS_LDLIBS = -lws2_32 -ladvapi32 -luser32 -lkernel32 -lwinmm