From 3b50639eeff8387ad7399da5cc2678011735e082 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 29 Nov 2006 16:37:09 +0000 Subject: [PATCH] Added D_cplusplus c++ compiler option. Undefined LIBRARY_LD_RESS. --- configure/os/CONFIG.Common.win32-x86-mingw | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure/os/CONFIG.Common.win32-x86-mingw b/configure/os/CONFIG.Common.win32-x86-mingw index 1ca1c0732..feddffb01 100644 --- a/configure/os/CONFIG.Common.win32-x86-mingw +++ b/configure/os/CONFIG.Common.win32-x86-mingw @@ -19,6 +19,7 @@ EXE=.exe LDLIBS_READLINE = -lreadline STATIC_BUILD=YES + STATIC_LDLIBS_YES=-lws2_32 -ladvapi32 -luser32 -lkernel32 -lwinmm # Compiler defines _X86_ 1 @@ -37,3 +38,7 @@ STATIC_LDLIBS_YES=-lws2_32 -ladvapi32 -luser32 -lkernel32 -lwinmm # Override for -DUNIX from CONFIG.Common.UnixCommon OP_SYS_CPPFLAGS = +OP_SYS_CXXFLAGS += -D__cplusplus + +LIBRARY_LD_RESS= +