diff --git a/documentation/ConvertingR3.13AppsToR3.14.html b/documentation/ConvertingR3.13AppsToR3.14.html index 9f6865008..3f1dd37e3 100644 --- a/documentation/ConvertingR3.13AppsToR3.14.html +++ b/documentation/ConvertingR3.13AppsToR3.14.html @@ -10,12 +10,12 @@
This document describes how to convert a R3.13 vxWorks application so that it
-builds with release R3.14.4. It describes procedures such that:
SNCSEQ =<full path to seq module top>
-The R3.14 seq module must exist and be built with EPICS base R3.14.4 +The R3.14 seq module must exist and be built with the same EPICS base R3.14 release.Change " include $(TOP)/config/CONFIG_APP" to "include $(TOP)/configure/CONFIG"
-Remove the line "DIRS += $(wildcard *ioc*"
+If they do not already exist, add the lines +
+DIRS += $(wildcard *ioc*)
+DIRS += $(wildcard as*)
+
Change "include $(TOP)/config/RULES.iocBoot" to "include -$(TOP)/configure/RULES.iocBoot"
+$(TOP)/configure/RULES_DIRS"