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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user