From: Konstantin S. <ks...@us...> - 2004-10-08 11:45:06
|
Update of /cvsroot/opengtoolkit/deab/example_projects/Test 001 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6858/example_projects/Test 001 Modified Files: Test Build.deab deab_build.log Log Message: Index: Test Build.deab =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/Test Build.deab,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Test Build.deab 6 Oct 2004 12:02:46 -0000 1.5 --- Test Build.deab 8 Oct 2004 11:44:25 -0000 1.6 *************** *** 41,44 **** --- 41,55 ---- ######### NEW !!! NEW !!! NEW ########### + # Include Hidden VIs specifies whether include hidden VIs to a build + # or not. By default, it is TRUE to keep compatibility with previous + # releases. + # Background: + # "Application: All VIs In Memory" property does not list hidden VIs. + # There are hidden VIs in LV DSC, GOOP and perhaps other addons. More, + # as soon some LV DSC hidden VIs are loaded, they stay in memory (and run) until LV + # finishes (even if no 'typical' VIs opened). + + Include Hidden VIs = TRUE + # This is an optional parameter. If it is TRUE, a destination that has # the least number is used as a default destination to save source VIs *************** *** 73,76 **** --- 84,93 ---- External Subr Dir = "Bin Resources" + # EXE Icon File is optional parameter to specify a custom icon of an + # executable. It may be either an absolute path to an icon file or a path + # relative to Source Root. + + EXE Icon File = "" + ######### END OF NEWS ########### *************** *** 120,125 **** ##### NEW !!! NEW !!! NEW ###### # Target Dir can contain <KeepHierarchy> keyword as the last ! # component of a path. In this case, a VI hierarchy in Target Dir ! # is saved as it is beneath Source Dir, including dirs and llbs. # # Example: --- 137,143 ---- ##### NEW !!! NEW !!! NEW ###### # Target Dir can contain <KeepHierarchy> keyword as the last ! # component of a path. In this case, a VI directory hierarchy ! # in Target Dir is saved as it is beneath Source Dir, including ! # sub-dirs and LLBs. # # Example: *************** *** 210,213 **** --- 228,245 ---- SourceFile 002=readme.txt + # FollowVIDirHierarchy is optional. If it is TRUE, SourceFiles are + # copied according to directory hierarchy of VIs involved in building. + # Example: + # FollowVIDirHierarchy = True + # TargetDir = "App\PlugIns" + # SourceFile 001 = "Source\PlugIns\*.ini" + # SourceFile 002 = "Source\PlugIns\readme.txt" + # This will copy *.ini and readme.txt files from "Source\PlugIns", + # and those its sub-dirs where VIs involved in building resides, to + # respective sub-dirs of "App\PlugIns". + + FollowVIDirHierarchy=False + + [SupportFiles 002] TargetDir="Docs" Index: deab_build.log =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/deab_build.log,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** deab_build.log 6 Oct 2004 12:02:46 -0000 1.4 --- deab_build.log 8 Oct 2004 11:44:25 -0000 1.5 *************** *** 1,26 **** ! *** 18:15:38.078 : Build started [06.10.2004] ! >>> 18:15:38.078 : Expand Build Parameter Paths.vi started ! >>> 18:15:38.139 : Load VIs into Memory.vi started ! >>> 18:15:38.264 : Test VIs need be Unloaded.vi started ! >>> 18:15:38.328 : ++ Build VI Detination Info.vi started ! >>> 18:15:39.655 : ++ Create Target Dirs and LLBs.vi started ! >>> 18:15:39.780 : ++ Copy VIs to Destinations.vi started ! >>> 18:15:47.358 : UnLoad Top-Level and Dynamic VIs.vi started ! >>> 18:15:47.453 : ++ Copy Resource Files and Relink VIs.vi started ! >>> 18:15:48.546 : Set Top Level VIs in LLBs.vi started ! >>> 18:15:48.625 : Convert LLBs to EXEs.vi started ! >>> 18:15:48.671 : Copy Support Files.vi started ! *** 18:15:48.750 : Build finished --- 1,42 ---- ! *** 19:02:42.639 : Build started [08.10.2004] ! >>> 19:02:42.639 : Expand Build Parameter Paths.vi started ! >>> 19:02:42.703 : Load VIs into Memory.vi started ! >>> 19:02:42.828 : Test VIs need be Unloaded.vi started ! >>> 19:02:42.889 : Generate VI Building Info.vi started ! >>> 19:02:44.186 : Generate Resources Copy Info.vi started ! >>> 19:02:44.328 : Create Target Dirs and LLBs.vi started ! >>> 19:02:44.467 : Save VIs to Destination.vi started ! >>> 19:02:52.311 : UnLoad Top-Level and Dynamic VIs.vi started ! >>> 19:02:52.389 : Copy Resource Files and Relink VIs.vi started ! >>> 19:02:53.375 : Set Top Level VIs in LLBs.vi started ! >>> 19:02:53.467 : Convert LLBs to EXEs.vi started + >>> 19:02:53.514 : Copy Support Files.vi started ! ! *** 19:02:53.592 : Build finished ! ! ! ######################### ! VIs not included to build ! ######################### ! ! None ! ! ! ############################# ! Non-VIs not included to build ! ############################# ! ! None |