From: Rolf K. <lab...@us...> - 2005-12-16 13:40:41
|
Update of /cvsroot/opengtoolkit/picture In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv381 Modified Files: .cvsignore oglib_picture.spec Added Files: build oglib_picture.vi oglib_picture.ogbld Log Message: Added package build infrastructure Index: .cvsignore =================================================================== RCS file: /cvsroot/opengtoolkit/picture/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 14 Jul 2003 18:42:29 -0000 1.1 --- .cvsignore 16 Dec 2005 13:40:27 -0000 1.2 *************** *** 1 **** ! packaged \ No newline at end of file --- 1,2 ---- ! built ! *.ogp \ No newline at end of file Index: oglib_picture.spec =================================================================== RCS file: /cvsroot/opengtoolkit/picture/oglib_picture.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** oglib_picture.spec 17 Jan 2005 07:27:35 -0000 1.1 --- oglib_picture.spec 16 Dec 2005 13:40:27 -0000 1.2 *************** *** 16,20 **** License=LGPL ! Copyright="2002 Rolf Kalbermatter, Jim Kring" Distribution="OpenG Toolkit" --- 16,20 ---- License=LGPL ! Copyright="2002-2005 Rolf Kalbermatter, Jim Kring" Distribution="OpenG Toolkit" *************** *** 31,35 **** [Dependencies] ! Requires="palette >= 2.0, file >= 2.0" AutoReqProv=FALSE --- 31,35 ---- [Dependencies] ! Requires="palette >= 2.0, file >= 2.0, error >= 2.0" AutoReqProv=FALSE *************** *** 38,42 **** [Platform] ! Exclusive_LabVIEW_Version= >=6.1 Exclusive_LabVIEW_System=All --- 38,42 ---- [Platform] ! Exclusive_LabVIEW_Version= >=6.0 Exclusive_LabVIEW_System=All *************** *** 58,65 **** Replace Mode=Always ! Num Files=2 File 0=dir.mnu ! File 1="picture.llb/Draw Image from File__ogtk.vi" --- 58,94 ---- Replace Mode=Always ! Num Files=31 File 0=dir.mnu ! File 1=picture.llb/Draw Image from File__ogtk.vi ! File 2=picture.llb/VI Tree - picture__ogtk.vi ! File 3=clipbrd.llb/CLIP Close Clipboard__ogtk.vi ! File 4=clipbrd.llb/CLIP Copy Control Image__ogtk.vi ! File 5=clipbrd.llb/CLIP Copy Panel Image__ogtk.vi ! File 6=clipbrd.llb/CLIP Data Formats__ogtk.ctl ! File 7=clipbrd.llb/CLIP Empty Clipboard__ogtk.vi ! File 8=clipbrd.llb/CLIP Enum Formats__ogtk.vi ! File 9=clipbrd.llb/CLIP Get Available Formats__ogtk.vi ! File 10=clipbrd.llb/CLIP Handle Text__ogtk.vi ! File 11=clipbrd.llb/CLIP Open Clipboard__ogtk.vi ! File 12=clipbrd.llb/CLIP Read Data Handle__ogtk.vi ! File 13=clipbrd.llb/CLIP Read DIB__ogtk.vi ! File 14=clipbrd.llb/CLIP Read Text__ogtk.vi ! File 15=clipbrd.llb/CLIP Refnum__ogtk.ctl ! File 16=clipbrd.llb/CLIP Write Bitmap__ogtk.vi ! File 17=clipbrd.llb/CLIP Write Data Handle__ogtk.vi ! File 18=clipbrd.llb/CLIP Write DIB__ogtk.vi ! File 19=clipbrd.llb/CLIP Write Palette__ogtk.vi ! File 20=clipbrd.llb/CLIP Write Text__ogtk.vi ! File 21=clipbrd.llb/Clipboard Example__ogtk.vi ! File 22=clipbrd.llb/Clipboard Viewer__ogtk.vi ! File 23=clipbrd.llb/VI Tree - Clipboard__ogtk.vi ! File 24=bitmap.llb/BMP Attributes__ogtk.ctl ! File 25=bitmap.llb/BMP BitmapInfo__ogtk.ctl ! File 26=bitmap.llb/BMP Create DIB__ogtk.vi ! File 27=bitmap.llb/BMP Create Logical Palette__ogtk.vi ! File 28=bitmap.llb/BMP Flip and Pad for Picture Control__ogtk.vi ! File 29=bitmap.llb/BMP Get Header Info__ogtk.vi ! File 30=bitmap.llb/BMP Mask Shift Factor__ogtk.vi *************** *** 74,76 **** Num Files=1 ! File 0=oglib_picture.mnu --- 103,105 ---- Num Files=1 ! File 0=oglib_picture.mnu \ No newline at end of file --- NEW FILE: oglib_picture.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/picture # 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=2.0.0 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="" Call Post-Build VI="" Revision File=build_support/picture.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="picture.llb/VI Tree - picture.vi" VI 2="clipbrd.llb/VI Tree - Clipboard.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=picture.llb Target Dir=picture.llb Convert Target to LLB=FALSE Convert Target to EXE=FALSE Remove Diagrams=FALSE Default Destination=FALSE Apply New Password="" Namespace="" [Destination 2] Source Dir=bitmap.llb Target Dir=bitmap.llb Convert Target to LLB=FALSE Convert Target to EXE=FALSE Remove Diagrams=FALSE Default Destination=FALSE Apply New Password="" Namespace="" [Destination 3] Source Dir=clipbrd.llb Target Dir=clipbrd.llb Convert Target to LLB=FALSE Convert Target to EXE=FALSE Remove Diagrams=FALSE Default Destination=FALSE Apply New Password="" Namespace="" --- NEW FILE: build oglib_picture.vi --- (This appears to be a binary file; contents omitted.) |