Changes for R3.14.9.

This commit is contained in:
Janet B. Anderson
2006-11-28 19:29:31 +00:00
parent af35f163ec
commit 54ab39d0cf
+13 -3
View File
@@ -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