From: Konstantin S. <ks...@us...> - 2004-10-23 08:29:32
|
Update of /cvsroot/opengtoolkit/deab/example_projects/Test 001 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27194/example_projects/Test 001 Modified Files: Test Build.deab deab_build.log Added Files: Pre-Post Build VI Example.vi Log Message: --- NEW FILE: Pre-Post Build VI Example.vi --- (This appears to be a binary file; contents omitted.) Index: Test Build.deab =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/Test Build.deab,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Test Build.deab 21 Oct 2004 11:43:26 -0000 1.8 --- Test Build.deab 23 Oct 2004 08:28:52 -0000 1.9 *************** *** 37,40 **** --- 37,55 ---- ######### NEW !!! NEW !!! NEW ########### + + # Call Pre-Build VI and Call Post-Build VI are optional parameters that + # specify VI(s) to be called before a build starts and after the build + # completes respectively. A Pre/Post-Buid VI path may be either an + # absolute path, or a path relative to the Project Root. + # A Pre-build VI takes parameters to be used to perform building; + # herewith, all paths are absolute. A Post-build VI takes, in addition, + # actual parameters used during the build. + # Use "Pre-Post Build VI Template.vi" as a template for a custom + # pre/post-build VI. + + # Call Pre-Build VI = "Pre-Post Build VI Example.vi" + # Call Post-Build VI = "Pre-Post Build VI Example.vi" + + # Ambiguous VIs Dest Dir is optional parameter that specifies a # destination directory to save 'Ambiguous VIs'. The 'Ambiguous VI' *************** *** 52,56 **** # By defauild, the parameter is FALSE. ! New Build Root = TRUE # Include Hidden VIs specifies whether include hidden VIs to a build --- 67,71 ---- # By defauild, the parameter is FALSE. ! New Build Root = FALSE # Include Hidden VIs specifies whether include hidden VIs to a build Index: deab_build.log =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/deab_build.log,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** deab_build.log 22 Oct 2004 04:45:00 -0000 1.9 --- deab_build.log 23 Oct 2004 08:28:52 -0000 1.10 *************** *** 1,37 **** ! *** 10:23:30.905 : Build started [22.10.2004] File: Test Build.deab ! >>> 10:23:31.078 : Expand Build Parameter Paths.vi started ! >>> 10:23:31.139 : Load VIs into Memory.vi started ! >>> 10:23:32.030 : Test VIs need be Unloaded.vi started ! >>> 10:23:32.078 : Test for VI Unsaved Changes.vi started ! >>> 10:23:32.125 : Generate Resources Copy Info.vi started ! >>> 10:23:32.311 : Generate VI Building Info.vi started ! >>> 10:23:32.625 : Revise Ambiguous VIs Destination.vi started ! >>> 10:23:32.842 : Rename Build Root Dir If Exists.vi started ! >>> 10:23:32.905 : Create Target Dirs and LLBs.vi started ! >>> 10:23:33.061 : Save VIs to Destination.vi started ! >>> 10:23:41.436 : UnLoad Top-Level and Dynamic VIs.vi started ! >>> 10:23:41.483 : Copy Resource Files and Relink VIs.vi started ! >>> 10:23:42.592 : Set Top Level VIs in LLBs.vi started ! >>> 10:23:42.671 : Convert LLBs to EXEs.vi started ! >>> 10:23:42.733 : Copy Support Files.vi started ! *** 10:23:42.8 : Build finished --- 1,43 ---- ! *** 14:28:35.4 : Build started [23.10.2004] File: Test Build.deab ! >>> 14:28:35.6 : Expand Build Parameter Paths.vi started ! >>> 14:28:35.6 : Calling Pre-build VI started ! Pre-build VI Path: C:\Shared Projects\OpenG\deab\example_projects\Test 001\Pre-Post Build VI Example.vi ! >>> 14:28:46.8 : Load VIs into Memory.vi started ! >>> 14:28:47.1 : Test VIs need be Unloaded.vi started ! >>> 14:28:47.1 : Test for VI Unsaved Changes.vi started ! >>> 14:28:47.2 : Generate Resources Copy Info.vi started ! >>> 14:28:47.3 : Generate VI Building Info.vi started ! >>> 14:28:47.6 : Revise Ambiguous VIs Destination.vi started ! >>> 14:28:47.8 : Rename Build Root Dir If Exists.vi started ! >>> 14:28:47.8 : Create Target Dirs and LLBs.vi started ! >>> 14:28:48.0 : Save VIs to Destination.vi started ! >>> 14:28:55.8 : UnLoad Top-Level and Dynamic VIs.vi started ! >>> 14:28:56.0 : Copy Resource Files and Relink VIs.vi started ! >>> 14:28:57.0 : Set Top Level VIs in LLBs.vi started ! >>> 14:28:57.1 : Convert LLBs to EXEs.vi started + >>> 14:28:57.1 : Copy Support Files.vi started ! >>> 14:28:57.2 : Calling Post-build VI started ! ! Post-build VI Path: C:\Shared Projects\OpenG\deab\example_projects\Test 001\Pre-Post Build VI Example.vi ! ! *** 14:29:02.8 : Build finished |