Learn more about cloning repositories
You have read-only access
xxxxxxxxxx
!IF "$(MODBINCDIR)" != "" && "$(MODBLIBDIR)" != ""
CFLAGS = $(CFLAGS) /DHAVE_LIBMODBUS /DHAVE_LIBMODBUS_3_1
MODBLIB = $(MODBLIBDIR)\modbus.lib
LIBS = $(LIBS) "$(MODBLIB)"
INCS = $(INCS) /I "$(MODBINCDIR)"
!ENDIF
Everything looks good. We'll let you know here if there's anything you should know about.