From 139472e2dbaac3a91cbefc46c7a39fa413a181d5 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 9 Nov 2004 14:45:01 +0000 Subject: [PATCH] Added $(EPICS_BASE_TOOLS_BIN) to $(PATH) to find dlls for base build tools. --- configure/os/CONFIG.win32-x86.Common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure/os/CONFIG.win32-x86.Common b/configure/os/CONFIG.win32-x86.Common index 5c4dd1fe6..e74317824 100644 --- a/configure/os/CONFIG.win32-x86.Common +++ b/configure/os/CONFIG.win32-x86.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) +