From 4cdc2575c55b81d61ef6ee8ce3d7499af5f7e72b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 23 Sep 2003 20:09:48 +0000 Subject: [PATCH] Updated for R3.14.4. --- documentation/ConvertingR3.13AppsToR3.14.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/documentation/ConvertingR3.13AppsToR3.14.html b/documentation/ConvertingR3.13AppsToR3.14.html index b7ca7c402..59ccf9458 100644 --- a/documentation/ConvertingR3.13AppsToR3.14.html +++ b/documentation/ConvertingR3.13AppsToR3.14.html @@ -230,18 +230,13 @@ base.dbd. If these record types are used at your site, they downloaded and built with base R3.14 by your EPICS administrator. To update the R3.14 location of these record types in your application you must  add appropriate module definitions to your application's config/RELEASE file and -change the LIBOBJS definitions.

+add LIBOBJS definitions to the src Makefile.

For example add

         PID=<full path to modules directory>/pid

-

to config/RELEASE.
-Remove

- -

         LIBOBJS += $(EPICS_BASE_BIN)/pidRecord.o

- -

from baseLIBOBJS, and add

+

to config/RELEASE and add

@@ -298,8 +293,7 @@ administrator. dbLoadTemplate is still supported on iocs. application, db files are created from template and substitution files you should  add the definition

-

EPICS_EXTENSIONS=<full path name to epics extensions -directory>

+

MSI=<full path name to msi executable>

to your application config/RELEASE file.