in recent asyn versions vxi11 is optional
This commit is contained in:
@ -42,10 +42,12 @@ PROD_SRCS_vxWorks = -nil-
|
|||||||
PROD_LIBS = stream
|
PROD_LIBS = stream
|
||||||
|
|
||||||
ifdef ASYN
|
ifdef ASYN
|
||||||
# edit asynRegistrars.dbd if necessary
|
streamApp_DBD += asyn.dbd
|
||||||
streamApp_DBD += asynRegistrars.dbd
|
streamApp_DBD += drvAsynIPPort.dbd
|
||||||
# add asynRecord.dbd if you like
|
streamApp_DBD += drvAsynSerialPort.dbd
|
||||||
streamApp_DBD += asynRecord.dbd
|
# vxi11 support is optional in recent asyn versions
|
||||||
|
#streamApp_DBD += drvVxi11.dbd
|
||||||
|
|
||||||
PROD_LIBS += asyn
|
PROD_LIBS += asyn
|
||||||
# cygwin needs separate RPC library for asyn
|
# cygwin needs separate RPC library for asyn
|
||||||
PROD_SYS_LIBS_cygwin32 += $(CYGWIN_RPC_LIB)
|
PROD_SYS_LIBS_cygwin32 += $(CYGWIN_RPC_LIB)
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
registrar(asynRegister)
|
|
||||||
registrar(asynInterposeFlushRegister)
|
|
||||||
registrar(asynInterposeEosRegister)
|
|
||||||
|
|
||||||
# asynDriver up to version 4-16 does not support serial port for Windows!
|
|
||||||
registrar(drvAsynSerialPortRegisterCommands)
|
|
||||||
registrar(drvAsynIPPortRegisterCommands)
|
|
||||||
registrar(drvAsynIPServerPortRegisterCommands)
|
|
||||||
registrar(vxi11RegisterCommands)
|
|
Reference in New Issue
Block a user