Set path to msi in CONFIG for individual module builds

This approach doesn't solve the problem of how to get to these
tools for the next module in the chain though, we need to install
a CFG file with these definitions in them, in place of the central
CONFIG_BASE file. This fixes it for now though.
This commit is contained in:
Andrew Johnson
2017-11-11 23:51:11 -06:00
parent 491ab52c98
commit b71ec8c781
+1
View File
@@ -33,6 +33,7 @@ DBTORECORDTYPEH = $(PERL) $(INSTALL_HOST_BIN)/dbdToRecordtypeH.pl
DBTOMENUH = $(PERL) $(INSTALL_HOST_BIN)/dbdToMenuH.pl
DBDTOHTML = $(PERL) $(INSTALL_HOST_BIN)/dbdToHtml.pl
REGISTERRECORDDEVICEDRIVER = $(PERL) $(INSTALL_HOST_BIN)/registerRecordDeviceDriver.pl
MSI3_15 = $(INSTALL_HOST_BIN)/msi$(HOSTEXE)
# Set path for tools from libcom for unbundled build
ifdef EPICS_LIBCOM