From: Jim K. <jk...@us...> - 2004-03-19 15:54:40
|
Update of /cvsroot/opengtoolkit/string In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28228 Modified Files: ChangeLog.txt string.spec Added Files: build string.vi string.deab Log Message: 2.1 --> 2.2 --- NEW FILE: string.deab --- ########################################################### # This section contains general project build settings. [General] # Project Root is optional. If it is not specified, it is # assumed to be the .deab file's parent directory Project Root="." # Build Root is optional. If it is not specified, it is # assumed to be the Project Root. Build Root may be either # an absolute path, or a path relative to the Project Root Build Root="built/string" # Source Root is optional. If it is not specified, it is # assumed to be the Project Root. Source Root may be either # an absolute path, or a path relative to the Project Root Source Root="source" # Overwrite Existing Files specifies whether to overwrite # files in the build location. This is an optional. If it # is not specified, it is assumed to be FALSE Overwrite Existing Files=TRUE # If a Namespace is specified, all VIs and CTLs will be # "name magled" with the Namespace as a suffix. For # example, "MyVI.vi" with a Namespace of "MyApp" becomes # "MyVI__MyApp.vi" in the built software product. Namespace="ogtk" ########################################################### # Top Level VIs specifies VIs whose hierarchies are to be # included in the build. Additionally, Top Level VIs will # be set as "Top-Level" in destination LLBs if the its # Destination is converted to an LLB or EXE. You can use # any keyname for Top Level VIs. Keynames for this section # are arbitrary. [Top Level VIs] Top Level VI 1="VI Tree - string.vi" ########################################################### # Dynamic VIs specifies VIs whose hierarchies are to be # included in the build. Keynames for this section are # arbitrary [Dynamic VIs] ########################################################### # Destination sections should be named "Destination N", where # "N" is an integer. This allows you to specify multiple # Destination sections. [Destination 1] # 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="." # 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="string.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] Exclude Lib Dir 1="<application>" Index: string.spec =================================================================== RCS file: /cvsroot/opengtoolkit/string/string.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** string.spec 24 Feb 2004 21:47:49 -0000 1.16 --- string.spec 19 Mar 2004 15:44:51 -0000 1.17 *************** *** 3,7 **** Name=oglib_string ! Version=2.1 Release=1 --- 3,7 ---- Name=oglib_string ! Version=2.2 Release=1 *************** *** 16,20 **** License=LGPL ! Copyright="2002 Jean-Pierre Drolet, Jim Kring" Distribution="OpenG Toolkit" --- 16,20 ---- License=LGPL ! Copyright="2002 2003 2004 Jean-Pierre Drolet, Paul Sullivan, Jim Kring" Distribution="OpenG Toolkit" *************** *** 62,66 **** File 0=dir.mnu File 1="string.llb/1D Array to String__ogtk.vi" ! File 2=string.llb/Comment__ogtk.vi File 3="string.llb/Convert EOLs__ogtk.vi" File 4="string.llb/Format Variant Into String__ogtk.vi" --- 62,66 ---- File 0=dir.mnu File 1="string.llb/1D Array to String__ogtk.vi" ! File 2="string.llb/Comment__ogtk.vi" File 3="string.llb/Convert EOLs__ogtk.vi" File 4="string.llb/Format Variant Into String__ogtk.vi" Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/opengtoolkit/string/ChangeLog.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ChangeLog.txt 24 Feb 2004 21:47:08 -0000 1.1 --- ChangeLog.txt 19 Mar 2004 15:44:51 -0000 1.2 *************** *** 1,3 **** ! -= oglib_string-2.1-1.ogp =- --- 1,11 ---- ! -= oglib_string-2.2-1.ogp =- ! ! ! Changes from 2.1-1 --> 2.2-1 ! -------------------------------- ! 2004-03-18 ! ! [MOD] "Slice String" - added an input to optionally include last index. ! [FIX] "Slice String" - fixed an error in the VI info documentation. --- NEW FILE: build string.vi --- (This appears to be a binary file; contents omitted.) |