fix for cygwin

This commit is contained in:
zimoch
2013-06-13 15:21:12 +00:00
parent a6696cae49
commit 7801119215

View File

@ -34,6 +34,8 @@ streamApp_DBD += asynRegistrars.dbd
# add asynRecord.dbd if you like
streamApp_DBD += asynRecord.dbd
PROD_LIBS += asyn
# cygwin needs separate RPC library for asyn
PROD_SYS_LIBS_cygwin32 += $(CYGWIN_RPC_LIB)
endif
ifneq ($(words $(CALC) $(SYNAPPS)), 0)