Update of /cvsroot/opengtoolkit/portIO In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31425 Added Files: .cvsignore build portio.vi change-log.txt portio.bmp portio.oglib portio.spec Removed Files: oglib_portio.mnu ogportio.bmp ogportio.spec Log Message: Updated build toolchain and scripts --- NEW FILE: .cvsignore --- built *.ogb --- NEW FILE: portio.oglib --- [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 --- NEW FILE: portio.spec --- [Package Name] Name=oglib_portio Version=1.0 Release=1 [Description] Description="The OpenG Port IO library supports direct access to hardware IO." Summary="OpenG Port IO Library" License=LGPL Copyright="2003-2005 Rolf Kalbermatter" Distribution="OpenG Toolkit" Icon=portio.bmp Vendor=OpenG.org URL=http://openg.org/portio Packager="Jim Kring <ji...@ji...>" [Dependencies] Requires="" AutoReqProv=FALSE [Platform] Exclusive_LabVIEW_Version= >=6.1 Exclusive_LabVIEW_System=All Exclusive_OS=Windows NT, Windows 9x [Files] Num File Groups=4 [File Group 0] Source Dir=built/portio Target Dir=<user.lib>/_OpenG.lib/portio 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 [File Group 1] Source Dir=built/portio Target Dir=<user.lib>/_OpenG.lib/portio Exclusive_OS=Windows 9x, Windows NT Replace Mode=Never Num Files=1 File 0=ogportio.dll [File Group 2] Source Dir=built/portio Target Dir=<user.lib>/_OpenG.lib/portio Exclusive_OS=Windows NT Replace Mode=Never Num Files=1 File 0=ogportio.sys [File Group 3] Source Dir=. Target Dir=<user.lib>/_dynamicpalette_dirs/adv Num Files=1 File 0=Dynamic Palette MNUs/oglib_portio.mnu #[File Group 4] # #Source Dir=built/portio # #Target Dir=<user.lib>/_OpenG.lib/portio # #Exclusive_OS=Linux # #Replace Mode=Never # #Num Files=1 # #File 0=ogportio.so --- NEW FILE: portio.bmp --- (This appears to be a binary file; contents omitted.) --- ogportio.bmp DELETED --- --- oglib_portio.mnu DELETED --- --- ogportio.spec DELETED --- --- NEW FILE: change-log.txt --- -= oglib_portio-1.0-1.ogp =- --- NEW FILE: build portio.vi --- (This appears to be a binary file; contents omitted.) |