Changed EPICS_BASE_TOOLS_BIN to EPICS_BASE_BIN in PATH.

This commit is contained in:
Janet B. Anderson
2009-01-27 21:27:32 +00:00
parent 15bd6bc402
commit db076183c0
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@@ -18,5 +18,5 @@ WIND_HOST_TYPE = x86-win32
OSITHREAD_USE_DEFAULT_STACK = NO
# Needed to find dlls for base installed build tools (antelope,eflex,...)
PATH := $(EPICS_BASE_TOOLS_BIN):$(PATH)
PATH := $(EPICS_BASE_BIN):$(PATH)

View File

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

View File

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