From: Rolf K. <lab...@us...> - 2005-06-12 18:25:57
|
Update of /cvsroot/opengtoolkit/pipe In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23562 Added Files: build ogpipe.vi ogpipe.bmp ogpipe.ogbld ogpipe.spec Log Message: Added build tools and scripts --- NEW FILE: build ogpipe.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ogpipe.ogbld --- [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/ogpipe # 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.="" File Format Version=1.0.0-alpha3 Log Dir="built" Log File="" Log File Suffix="" Include Help Files=FALSE Help File Dir="" Include Shared Libs=TRUE Shared Lib Dir="" Include External Subrs=FALSE External Subr Dir="" Include Hidden VIs=FALSE EXE Icon File="" New Build Root=FALSE Unsaved Changes MsgBox=FALSE Ambiguous VIs Dest Dir="" Call Pre-Build VI="build_support/Pre-Post Build (testing).vi" Call Post-Build VI="" Revision File=build_support/pipes.rev Version VI Name="" Version Ctrl Name="" Apply New Password="" RemovePolyVIsAndTypedefs=FALSE Allow CBVI & Build Hierarchy Overlap=FALSE Call-Back VI 1="build_support/Call-Back VI - Rem namespace from Window Title.vi" [Top Level VIs] ###########################################################="" # Dynamic VIs specifies VIs whose hierarchies are to be="" # included in the build. Keynames for this section are="" # arbitrary="" VI 1="ogpipe.llb/OGPIPE - VI Tree.vi" [Dynamic VIs] ###########################################################="" # Destination sections should be named "Destination N", where="" # "N" is an integer. This allows you to specify multiple="" # Destination sections.="" [Exclude Lib Dirs from Build] LibDir 1=<application> [Destination 1] Source Dir=ogpipe.llb Target Dir=ogpipe.llb Convert Target to LLB=FALSE Convert Target to EXE=FALSE Remove Diagrams=FALSE Default Destination=FALSE Apply New Password="" Namespace="" [SupportFiles 1] TargetDir="" OverwriteExisting=TRUE FollowVIDirHierarchy=FALSE SourceFile 1=pipes.* --- NEW FILE: ogpipe.spec --- [Package Name] Name=oglib_pipe Version=1.0alpha Release=1 [Description] Description="The pipe package contains several routines for supporting pipe communication.\0D\0AThis is typically used for interprocess communication. It also has a function start an external command line utility and redirect its standard IO to pipes to use them for communication with that utility from within LabVIEW." Summary="OpenG Pipe Tools" License=LGPL Copyright="2004 - 2005 Rolf Kalbermatter" Distribution="OpenG Toolkit" Icon=ogpipe.bmp Vendor=OpenG.org URL=http://openg.org/ogpipe Packager="Jim Kring <ji...@ji...>" [Script VIs] [Dependencies] AutoReqProv=FALSE [Platform] Exclusive_LabVIEW_Version= >=6.0 Exclusive_LabVIEW_System=All Exclusive_OS=Windows, Linux [Files] Num File Groups=2 [File Group 0] Source Dir=built/ogpipe Target Dir=<user.lib>/_OpenG.lib/ogpipe Replace Mode=Always Num Files=8 File 0=pipes.dll File 1=ogpipe.llb/OGPIPE - VI Tree__ogtk.vi File 2=ogpipe.llb/OGPIPE Close Pipe__ogtk.vi File 3=ogpipe.llb/OGPIPE Open Pipe__ogtk.vi File 4=ogpipe.llb/OGPIPE Open System Command__ogtk.vi File 5=ogpipe.llb/OGPIPE Read From Pipe__ogtk.vi File 6=ogpipe.llb/OGPIPE RefNum__ogtk.ctl File 7=ogpipe.llb/OGPIPE Write To Pipe__ogtk.vi [File Group 1] Source Dir="Dynamic Palette MNUs" Target Dir="<user.lib>/_dynamicpalette_dirs/file" Replace Mode=Always Num Files=1 File 0=oglib_pipe.mnu --- NEW FILE: ogpipe.bmp --- (This appears to be a binary file; contents omitted.) |