From 91631919e5b809129e0fc4af5e95ec051b400ad9 Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Tue, 9 Nov 2010 08:32:36 -0600 Subject: [PATCH] Minor changes. --- documentation/ConvertingR3.13AppsToR3.14.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/documentation/ConvertingR3.13AppsToR3.14.html b/documentation/ConvertingR3.13AppsToR3.14.html index b89190d50..ec95db2f0 100644 --- a/documentation/ConvertingR3.13AppsToR3.14.html +++ b/documentation/ConvertingR3.13AppsToR3.14.html @@ -172,7 +172,7 @@ exampleIoc_SRCS += devXxxSoft.c exampleIoc_LIBS += $(EPICS_BASE_IOC_LIBS) PROD_IOC_vxWorks = example -example_SRCS += sncExample.stt +example_SRCS += sncExample.st example_LIBS += exampleIoc example_LIBS += seq pv example_LIBS += $(EPICS_BASE_IOC_LIBS) @@ -263,7 +263,7 @@ devname = { ... };

Registration code changed

Registration code for application specific functions, e.g. subroutine record -init and process functions, must been changed as follows

+init and process functions, must be changed as follows

  1. Include the following header files after all existing #includes: @@ -468,4 +468,9 @@ should add the definition

    to your application config/RELEASE file.

    + +

    Optional top/configure/CONFIG_SITE changes.

    + +

    Review and optionally modify site build settings.

    +