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.