From: Jim K. <jk...@us...> - 2004-10-30 22:38:19
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15971/developer docs Added Files: DEAB Overview.htm Log Message: --- NEW FILE: DEAB Overview.htm --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> <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> <li> exluding certain directories from the build </li> <li> defining custom destinations for specific source directories </li> <li> converting destination folders to LLBs </li> <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> |