From: Jim K. <jk...@us...> - 2004-11-15 00:41:47
|
Update of /cvsroot/opengtoolkit/lvdata In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14058 Modified Files: ChangeLog.txt lvdata.deab Log Message: Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/ChangeLog.txt,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ChangeLog.txt 15 Nov 2004 00:12:17 -0000 1.13 --- ChangeLog.txt 15 Nov 2004 00:41:38 -0000 1.14 *************** *** 9,12 **** --- 9,17 ---- [MOD] "Get Strings from Enum" now calls "Get Strings from Enum TD" [FIX] Package now overwrites existing files in target location + [FIX] "Get Element TD from Array TD" made "Array Type Descriptor" + input required. + [FIX] "Remove Typedefs from Variant" made "Variant with typedefs" + input required. + [FIX] "Unwrap VVariant" made "VVariant" input required. Index: lvdata.deab =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/lvdata.deab,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lvdata.deab 15 Nov 2004 00:23:15 -0000 1.1 --- lvdata.deab 15 Nov 2004 00:41:38 -0000 1.2 *************** *** 80,83 **** --- 80,119 ---- + + + ########################################################### + # Destination sections should be named "Destination N", where + # "N" is an integer. This allows you to specify multiple + # Destination sections. + [Destination 2] + + # Every VI or CTL in the application source hierarchy which + # is located beneath Source Directory will be aggregated into + # Target Dir, except for those VIs and CTLs found beneath a + # subdirectory specified as a Source Dir of another Destination + Source Dir="C:\" + + # The Build Target Dir for every VI or CTL in the application + # source hierarchy which is located beneath Source Directory, + # except for those VIs and CTLs found beneath a subdirectory + # specified as a Source Dir of another Destination. + Target Dir="extra.llb" + + # If TRUE, then the Target Dir will be converted into an LLB. + # This setting may be overrided by the Convert Target to EXE + # setting. + Convert Target to LLB=FALSE + + # If TRUE, then the Target Dir will be converted into an EXE. + # This setting overrides the Convert Target to LLB setting. + Convert Target to EXE=FALSE + + # If TRUE, all VIs in this Destination will have thier diagrams + # removed, during the build. + Remove Diagrams=FALSE + + + + ########################################################### [Exclude Lib Dirs from Build] |