From bc2b80584c6d1eca613ccbbd4788b15eaf69b5b7 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 10 Nov 2004 20:45:30 +0000 Subject: [PATCH] Changed path requirements for WIN32 builds. --- documentation/README.1st | 10 +++++----- documentation/README.html | 9 +++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/documentation/README.1st b/documentation/README.1st index 8790a7179..ab1fdcb6b 100644 --- a/documentation/README.1st +++ b/documentation/README.1st @@ -362,11 +362,11 @@ Building EPICS base (Unix and Win32) even if the R3.13 extensions are built with R3.14 base. Win32 PATH - On WIN32 systems, building shared libraries is the default - setting and you will need to add fullpathname to - $(INSTALL_LOCATION)/bin/$(EPICS_HOST_ARCH) to your path. - Building shared libraries is determined by the value of the - macro SHARED_LIBRARIES in CONFIG_SITE (either YES or NO). + On WIN32 systems, for R3.14.7 and later, it is no longer necessary + to add fullpathname to $(INSTALL_LOCATION)/bin/$(EPICS_HOST_ARCH) + to your path for finding dlls during EPICS builds. The win32 + configure files in base now add this directory to the path + definition. Do site-specific build configuration diff --git a/documentation/README.html b/documentation/README.html index 6543ef86e..0e109f76d 100644 --- a/documentation/README.html +++ b/documentation/README.html @@ -536,10 +536,11 @@ even if the R3.13 extensions are built with R3.14 base.

Win32 PATH
-On WIN32 systems, building shared libraries is the default setting -and you will need to add fullpathname to $(INSTALL_LOCATION)/bin/$(EPICS_HOST_ARCH) -to your path. Building shared libraries is determined by the value of the -macro SHARED_LIBRARIES in CONFIG_SITE (either YES or NO). +On WIN32 systems, for R3.14.7 and later, it is no longer necessary +to add fullpathname to $(INSTALL_LOCATION)/bin/$(EPICS_HOST_ARCH) +to your path for finding dlls during EPICS builds. The win32 +configure files in base now add this directory to the path +definition.