Added $(EPICS_BASE_TOOLS_BIN) to $(PATH) to find dlls for base build tools.

This commit is contained in:
Janet B. Anderson
2004-11-09 14:45:01 +00:00
parent 5731e72cf1
commit 139472e2db

View File

@@ -25,3 +25,6 @@ ifndef HOME
HOME = $(HOMEDRIVE)$(HOMEPATH)
endif
# Needed to find dlls for base installed build tools (antelope,eflex,...)
PATH := $(EPICS_BASE_TOOLS_BIN):$(PATH)