More changes needed for Cygwin.

This commit is contained in:
Andrew Johnson
2012-07-18 16:30:54 -05:00
parent 9118749f2f
commit 01272dc73f
4 changed files with 3 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ EPICS_BASE_IOC_LIBS += dbRecStd dbCore ca Com
#---------------------------------------------------------------
# Epics base Host libraries
EPICS_BASE_HOST_LIBS += cas gdd dbStaticHost
EPICS_BASE_HOST_LIBS += cas gdd
EPICS_BASE_HOST_LIBS += ca Com
#---------------------------------------------------------------

View File

@@ -14,7 +14,7 @@ OS_CLASS = cygwin32
ARCH_CLASS = x86
# Definitions used when COMMANDLINE_LIBRARY is READLINE
LDLIBS_READLINE = -lreadline -lcurses
LDLIBS_READLINE = -lreadline
POSIX_CPPFLAGS = -D_POSIX_THREADS -D_POSIX_TIMERS
#POSIX_CPPFLAGS += -D_POSIX_SOURCE

View File

@@ -9,6 +9,3 @@
# to add command-line editing and history support
COMMANDLINE_LIBRARY = READLINE
# On later versions of Cygwin you may need to uncomment this:
#LDLIBS_READLINE = -lreadline

View File

@@ -31,10 +31,10 @@
#include "epicsStdlib.h"
#include "epicsString.h"
#include "epicsStdio.h"
#include "dbChannel.h"
#define epicsExportSharedSymbols
#include "link.h"
#include "dbChannel.h"
#include "dbFldTypes.h"
#include "devSup.h"
#include "drvSup.h"