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.

    +