diff --git a/documentation/README.1st b/documentation/README.1st index f5f209dd1..7a6e77033 100644 --- a/documentation/README.1st +++ b/documentation/README.1st @@ -221,13 +221,11 @@ base/startup directory - contains scripts to set environment and path - EpicsHostArch.pl Perl script to set EPICS_HOST_ARCH env variable - borland.bat WIN32 bat file to set borland path and env variables - cygwin.bat WIN32 bat file to set cygwin path and env variables - unix.csh C shell script to set path and env variables - unix.sh Bourne shell script to set path and env variables - win32.bat WIN32 bat file to set path and env variables - win32-debug.bat WIN32 debug bat file to set debug path and env variables + EpicsHostArch Shell script to set EPICS_HOST_ARCH env variable + unix.csh C shell script to set path and env variables + unix.sh Bourne shell script to set path and env variables + win32.bat Bat file example to configure win32-x86 target + windows.bat Bat file example to configure windows-x64 target base/configure directory - contains build definitions and rules diff --git a/documentation/README.html b/documentation/README.html index c803ab767..98ec1b107 100644 --- a/documentation/README.html +++ b/documentation/README.html @@ -230,13 +230,11 @@
- EpicsHostArch.pl Perl script to set EPICS_HOST_ARCH env variable
- borland.bat WIN32 bat file to set borland path and env variables
- cygwin.bat WIN32 bat file to set cygwin path and env variables
+ EpicsHostArch Shell script to set EPICS_HOST_ARCH env variable
unix.csh C shell script to set path and env variables
unix.sh Bourne shell script to set path and env variables
- win32.bat WIN32 bat file to set path and env variables
- win32-debug.bat WIN32 debug bat file to set debug path and env variables
+ win32.bat Bat file example to configure win32-x86 target
+ windows.bat Bat file example to configure windows-x64 target