Changed path requirements for WIN32 builds.

This commit is contained in:
Janet B. Anderson
2004-11-10 20:45:30 +00:00
parent 75a2d6229f
commit bc2b80584c
2 changed files with 10 additions and 9 deletions

View File

@@ -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

View File

@@ -536,10 +536,11 @@ even if the R3.13 extensions are built with R3.14 base.
<p><b>Win32 PATH</b>
<br>
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.
</blockquote>