From 54ab39d0cf848294b0e6a685227854e990588ecc Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 28 Nov 2006 19:29:31 +0000 Subject: [PATCH] Changes for R3.14.9. --- config/CONFIG.Host.win32-x86-mingw | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/config/CONFIG.Host.win32-x86-mingw b/config/CONFIG.Host.win32-x86-mingw index a4c90284d..34b7a61a1 100644 --- a/config/CONFIG.Host.win32-x86-mingw +++ b/config/CONFIG.Host.win32-x86-mingw @@ -12,12 +12,14 @@ # This file is maintained by the EPICS community. # Sites may override these definitions in CONFIG_SITE.Host.win32-x86-mingw -ARCH_CLASS = WIN32 +# Include definitions common to all Unix archs +include $(EPICS_BASE)/config/CONFIG.Host.UnixCommon + +EXE = .exe SHARED_LIBRARIES = NO -# Include definitions common to all Unix archs -include $(EPICS_BASE)/config/CONFIG.Host.UnixCommon +ARCH_CLASS = WIN32 AR = ar -rc ARCMD = $(AR) $@ @@ -39,5 +41,13 @@ CPLUSPLUS=G++ # Compiler defines WINNT 1 # Compiler does not define __unix __unix__ unix +OP_SYS_CFLAGS = +OP_SYS_CXXFLAGS += -D__cplusplus + +GCC_DEP_CFLAGS = +G++_DEP_CFLAGS = + +POSIX_CPPFLAGS_YES = + ARCH_DEP_LDLIBS = -lws2_32 -ladvapi32 -luser32 -lkernel32 -lwinmm