From: Konstantin S. <ks...@us...> - 2004-10-23 08:29:32
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27194/developer docs Modified Files: news.txt Log Message: Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** news.txt 22 Oct 2004 04:45:00 -0000 1.11 --- news.txt 23 Oct 2004 08:28:51 -0000 1.12 *************** *** 4,7 **** --- 4,24 ---- + *** 15:38 23.10.2004 + + - Pre/Post-Build VI(s). + + a) A VI name/path can be specified in a .deab file, General section: Call Pre-Build VI + and Call Post-Build VI keys. <deab\example_projects\Test 001\Test Build.deab> file + contains comments on new keys. + + b) There is "Pre-Post Build VI Example.vi" in <deab\example_projects\Test 001>. Calls of + it should be enabled in Test Build.deab to be tested. + + c) There is a "Pre-Post Build VI Template.vi" in <deab\source\Dynamic API> dir. A built + version of it should be used to create a custom pre/post-build VI. The VI is now a part + of Dynamic API. + + + *** 12:17 22.10.2004 |