From: Konstantin S. <ks...@us...> - 2004-09-29 11:43:29
|
Update of /cvsroot/opengtoolkit/deab/example_projects/Test 001 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11031/example_projects/Test 001 Added Files: Test 002.llb Test Build.deab Test VI 001 Help.html Test VI 001.rtm Test VI 001.vi Test VI 002 Help.html Log Message: --- NEW FILE: Test VI 001.rtm --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Test VI 001.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Test VI 001 Help.html --- <html> <head> <title>Test VI 001 Help</title> </head> <body> <h3 align="center">Test VI Help</h3> </body> </html> --- NEW FILE: Test 002.llb --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Test VI 002 Help.html --- <html> <head> <title>Test VI 002 Help</title> </head> <body> <h3 align="center">Test VI Help</h3> </body> </html> --- NEW FILE: Test Build.deab --- ########################################################### # This section contains general project build settings. [General] Include Help Files="True" Help File Dir="Help Files" Include Shared Libs=True Shared Lib Dir="Bin Resources" Include External Subrs=True External Subr Dir="Bin Resources" # 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="Target" # 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="" # 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="built" ########################################################### # 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] 1="Test 002.llb\Test VI 002.vi" ########################################################### # Dynamic VIs specifies VIs whose hierarchies are to be # included in the build. Keynames for this section are # arbitrary [Dynamic VIs] 1 = "Test VI 001.vi" ########################################################### # 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="C:\HTAS-LabVIEW\HT-DAQ 3" # # 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="HT-DAQ.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=TRUE # # 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 # ########################################################### [Destination 0001] Source Dir="" Target Dir="test_built.llb" Convert Target to LLB=TRUE Remove Diagrams=FALSE [Destination 1001] Source Dir="<vi.lib>" Target Dir="test-ni.llb" Convert Target to LLB=TRUE Remove Diagrams=FALSE [Destination 2001] Source Dir="<user.lib>\_OpenG.lib" Target Dir="test-openg.llb" Convert Target to LLB=TRUE Remove Diagrams=FALSE ########################################################### [Exclude Lib Dirs from Build] |