From: Rolf K. <lab...@us...> - 2005-04-08 23:39:00
|
Update of /cvsroot/opengtoolkit/portIO In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19240 Modified Files: build portio.vi portio.spec Added Files: portio.ogbld Removed Files: portio.oglib Log Message: Modified build tools and library to work for LabVIEW 6.0 --- portio.oglib DELETED --- Index: portio.spec =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/portio.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** portio.spec 7 Apr 2005 17:16:54 -0000 1.3 --- portio.spec 8 Apr 2005 23:38:51 -0000 1.4 *************** *** 58,78 **** Replace Mode=Never ! Num Files=15 ! File 0=ogportio.llb/PORT IO Disable Range__ogtk.vi ! File 1=ogportio.llb/PORT IO Enable Range__ogtk.vi ! File 2=ogportio.llb/PORT IO Error Translation__ogtk.vi ! File 3=ogportio.llb/PORT IO Get Version__ogtk.vi ! File 4=ogportio.llb/PORT IO Install Driver__ogtk.vi ! File 5=ogportio.llb/PORT IO Read Byte__ogtk.vi ! File 6=ogportio.llb/PORT IO Read Long__ogtk.vi ! File 7=ogportio.llb/PORT IO Read Word__ogtk.vi ! File 8=ogportio.llb/PORT IO Read__ogtk.vi ! File 9=ogportio.llb/PORT IO Uninstall Driver__ogtk.vi ! File 10=ogportio.llb/PORT IO VI Tree__ogtk.vi ! File 11=ogportio.llb/PORT IO Write Byte__ogtk.vi ! File 12=ogportio.llb/PORT IO Write Long__ogtk.vi ! File 13=ogportio.llb/PORT IO Write Word__ogtk.vi ! File 14=ogportio.llb/PORT IO Write__ogtk.vi --- 58,80 ---- Replace Mode=Never ! Num Files=17 ! File 0=ogportio.dll ! File 1=ogportio.sys ! File 2=ogportio.llb/PORT IO Disable Range__ogtk.vi ! File 3=ogportio.llb/PORT IO Enable Range__ogtk.vi ! File 4=ogportio.llb/PORT IO Error Translation__ogtk.vi ! File 5=ogportio.llb/PORT IO Get Version__ogtk.vi ! File 6=ogportio.llb/PORT IO Install Driver__ogtk.vi ! File 7=ogportio.llb/PORT IO Read Byte__ogtk.vi ! File 8=ogportio.llb/PORT IO Read Long__ogtk.vi ! File 9=ogportio.llb/PORT IO Read Word__ogtk.vi ! File 10=ogportio.llb/PORT IO Read__ogtk.vi ! File 11=ogportio.llb/PORT IO Uninstall Driver__ogtk.vi ! File 12=ogportio.llb/PORT IO VI Tree__ogtk.vi ! File 13=ogportio.llb/PORT IO Write Byte__ogtk.vi ! File 14=ogportio.llb/PORT IO Write Long__ogtk.vi ! File 15=ogportio.llb/PORT IO Write Word__ogtk.vi ! File 16=ogportio.llb/PORT IO Write__ogtk.vi *************** *** 130,132 **** #Num Files=1 # ! #File 0=ogportio.so --- 132,134 ---- #Num Files=1 # ! #File 0=ogportio.so \ No newline at end of file --- NEW FILE: portio.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/portio # 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="" Call Post-Build VI="" Revision File=build_support/portio.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="ogportio.llb/PORT IO 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=ogportio.llb Target Dir=ogportio.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=ogportio.dll SourceFile 2=ogportio.sys Index: build portio.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/build portio.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs12J3zq and /tmp/cvslOY0SD differ |