From: Jim K. <jk...@us...> - 2004-11-06 08:18:32
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28686/developer docs Modified Files: DEAB Overview.htm Log Message: added links to other DEAB html docs Index: DEAB Overview.htm =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/DEAB Overview.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DEAB Overview.htm 30 Oct 2004 22:38:11 -0000 1.1 --- DEAB Overview.htm 6 Nov 2004 08:16:55 -0000 1.2 *************** *** 9,13 **** <body> <h3> DEAB Overview</h3> ! The Development Environment Application Builder (DEAB) is a tool similar to the <b>Save With Options</b> >> <b>Application Distribution</b> function of LabVIEW. However, the DEAB allows programmattic builds and also allows many more options like: <br> <ul> <li> Define top level and dynamic VIs that define the hierarchies to be built </li> --- 9,13 ---- <body> <h3> DEAB Overview</h3> ! The Development Environment Application Builder (DEAB) is a tool similar to the <b>Save With Options</b> >> <b>Application Distribution</b> function of LabVIEW. However, the DEAB allows programmattic builds and also allows many more options like:<br> <ul> <li> Define top level and dynamic VIs that define the hierarchies to be built </li> *************** *** 17,22 **** <li> adding a <b>Namespace</b> suffix so that all VIs in the built application have Globally unique names. </li> </ul> ! <br> ! <b><i>Note</i></b> - The DEAB is one of the key Developer Tools of the OpenG Development Process. It is used in the Build Stage of the Process to convert project source files into a built software product. </body> </html> --- 17,30 ---- <li> adding a <b>Namespace</b> suffix so that all VIs in the built application have Globally unique names. </li> </ul> ! <p><br> ! <b><i>Note</i></b> - The DEAB is one of the key Developer Tools of the OpenG Development Process. It is used in the Build Stage of the Process to convert project source files into a built software product.</p> ! <hr> ! <p>Other DEAB Documents:</p> ! <ul> ! <li><a href="DEAB File Dscr.htm">DEAB Build File Format</a></li> ! <li><a href="DEAB Revision File Dscr.htm">DEAB Revision File Format</a></li> ! <li><a href="DEAB Pathroots Dscr.htm">DEAB Pathroots</a></li> ! <li><a href="DEAB Release Notes 1.0.htm">DEAB 1.0 Release Notes</a></li> ! </ul> </body> </html> |