From b75254ec925d75e5f411586f06f7730ca2f978be Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 28 Oct 2004 18:23:24 +0000 Subject: [PATCH] Added EPICS_BASE_TOOLS_BIN to PATH - find dlls for antelope, e_flex ... --- configure/os/CONFIG.cygwin-x86.Common | 4 ++++ configure/os/CONFIG.win32-x86-borland.Common | 3 +++ 2 files changed, 7 insertions(+) diff --git a/configure/os/CONFIG.cygwin-x86.Common b/configure/os/CONFIG.cygwin-x86.Common index b0f6ba932..336ac855e 100644 --- a/configure/os/CONFIG.cygwin-x86.Common +++ b/configure/os/CONFIG.cygwin-x86.Common @@ -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) + + diff --git a/configure/os/CONFIG.win32-x86-borland.Common b/configure/os/CONFIG.win32-x86-borland.Common index 0bdbfbae4..cdae898b2 100644 --- a/configure/os/CONFIG.win32-x86-borland.Common +++ b/configure/os/CONFIG.win32-x86-borland.Common @@ -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) +