Added EPICS_BASE_TOOLS_BIN to PATH - find dlls for antelope, e_flex ...

This commit is contained in:
Janet B. Anderson
2004-10-28 18:23:24 +00:00
parent 8a1987ea9e
commit b75254ec92
2 changed files with 7 additions and 0 deletions

View File

@@ -15,3 +15,7 @@ OSITHREAD_USE_DEFAULT_STACK = NO
HOSTEXE=.exe
# Needed to find dlls for base installed build tools (antelope,eflex,...)
PATH := $(EPICS_BASE_TOOLS_BIN):$(PATH)

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)