Skip to content
Snippets Groups Projects
Commit 56d1f2ae authored by mooney's avatar mooney
Browse files

commented out dxp on cygwin

parent 0caceb68
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,8 @@ ifeq (win32-x86,$(findstring win32-x86, $(T_A))) ...@@ -49,8 +49,8 @@ ifeq (win32-x86,$(findstring win32-x86, $(T_A)))
iocxxxWin32_DBD += ADSupport.dbd NDFileNetCDF.dbd iocxxxWin32_DBD += ADSupport.dbd NDFileNetCDF.dbd
xxx_LIBS_WIN32 += dxp handel xxx_LIBS_WIN32 += dxp handel
xxx_LIBS_WIN32 += ADBase NDPlugin netCDF xxx_LIBS_WIN32 += ADBase NDPlugin netCDF
xxx_LIBS_WIN32 += DLPORTIO PlxApi xxx_LIBS_WIN32 += DLPORTIO PlxApi
xxx_SYS_LIBS_WIN32 += setupapi xxx_SYS_LIBS_WIN32 += setupapi
ifdef DEVIOCSTATS ifdef DEVIOCSTATS
iocxxxWin32_DBD += devIocStats.dbd iocAdmin.dbd iocxxxWin32_DBD += devIocStats.dbd iocAdmin.dbd
...@@ -76,14 +76,14 @@ ifeq ($(EPICS_HOST_ARCH), cygwin-x86) ...@@ -76,14 +76,14 @@ ifeq ($(EPICS_HOST_ARCH), cygwin-x86)
# If you want to build parallel port or USB interfaces to Saturn and/or xMAP DXP # If you want to build parallel port or USB interfaces to Saturn and/or xMAP DXP
# then uncomment the following six lines # then uncomment the following six lines
iocxxxCygwin_DBD += dxpSupport.dbd #iocxxxCygwin_DBD += dxpSupport.dbd
iocxxxCygwin_DBD += ADSupport.dbd NDFileNetCDF.dbd #iocxxxCygwin_DBD += ADSupport.dbd NDFileNetCDF.dbd
xxx_LIBS_cygwin32 += dxp handel #xxx_LIBS_cygwin32 += dxp handel
xxx_LIBS_cygwin32 += ADBase NDPlugin netCDF #xxx_LIBS_cygwin32 += ADBase NDPlugin netCDF
xxx_SYS_LIBS_cygwin32 += DLPORTIO PlxApi #xxx_SYS_LIBS_cygwin32 += DLPORTIO PlxApi
xxx_SYS_LIBS_cygwin32 += setupapi #xxx_SYS_LIBS_cygwin32 += setupapi
xxx_SYS_LIBS_cygwin32 += $(CYGWIN_RPC_LIB) xxx_SYS_LIBS_cygwin32 += $(CYGWIN_RPC_LIB)
ifdef DEVIOCSTATS ifdef DEVIOCSTATS
iocxxxCygwin_DBD += devIocStats.dbd iocAdmin.dbd iocxxxCygwin_DBD += devIocStats.dbd iocAdmin.dbd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment