Updated release to R3.14.3.

This commit is contained in:
Janet B. Anderson
2003-09-04 20:25:35 +00:00
parent 1f3ea0308f
commit 84f9a59759

View File

@@ -10,12 +10,12 @@
<body>
<center>
<h2>Converting an EPICS R3.13 application to R3.14.2</h2>
<h2>Converting an EPICS R3.13 application to R3.14.3</h2>
</center>
<p><br>
This document describes how to convert a R3.13 vxWorks application so that it
builds with release R3.14.2.  It describes procedures such that:</p>
builds with release R3.14.3.  It describes procedures such that:</p>
<ul>
<li>The application uses the configure rules which are new to R3.14.</li>
</ul>
@@ -50,7 +50,7 @@ If sequence programs (*.st or *.stt files) exist in your application, add the
SNCSEQ location definition for the R3.14 seq external module</p>
<p><tt>SNCSEQ =&lt;full path to seq module top&gt;</tt></p>
The R3.14 seq module must exist and be built with EPICS base R3.14.2
The R3.14 seq module must exist and be built with EPICS base R3.14.3
<h3>Modify the Makefiles in &lt;top&gt;/*App directories.</h3>