From 8aee5c90f672f21eaa0a9cf2a0578520123b75ff Mon Sep 17 00:00:00 2001
From: "Janet B. Anderson" Converting an EPICS R3.13 application to R3.14.4
+Converting an EPICS R3.13 application to R3.14
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"