in recent asyn versions vxi11 is optional

This commit is contained in:
2025-05-06 14:48:59 +02:00
parent 7debc86514
commit e87e093c84
2 changed files with 6 additions and 13 deletions

View File

@ -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)

View File

@ -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)