Update of /cvsroot/opengtoolkit/deab/example_projects/Test 001
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6404/example_projects/Test 001
Modified Files:
Test 002.llb Test Build.deab Test VI 001.vi
Log Message:
Index: Test VI 001.vi
===================================================================
RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/Test VI 001.vi,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsMs12Iq and /tmp/cvsldXhgA differ
Index: Test 002.llb
===================================================================
RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/Test 002.llb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsXXUljm and /tmp/cvsimcXTv differ
Index: Test Build.deab
===================================================================
RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/Test Build.deab,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Test Build.deab 29 Sep 2004 11:43:14 -0000 1.1
--- Test Build.deab 30 Sep 2004 11:56:44 -0000 1.2
***************
*** 4,15 ****
- 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
--- 4,7 ----
***************
*** 47,50 ****
--- 39,65 ----
+ ######### NEW !!! NEW !!! NEW ###########
+
+ # The parameters below specify whether to include respective
+ # resources to a build. By default, all of them are assumed
+ # to be True.
+
+ Include Help Files=True
+ Include Shared Libs=True
+ Include External Subrs=True
+
+ # Help File Dir, Shared Lib Dir and External Subr Dir are optional.
+ # Any of them can be either an absolute path or a path relative to
+ # Build Root. By default (if a path is empty), the paths assume the
+ # following values respectively:
+ # <Buid Root>\Help, <Build Root>\Rsrc and <Build Root>\Rsrc
+
+ Help File Dir="Help Files"
+ Shared Lib Dir="Bin Resources"
+ External Subr Dir="Bin Resources"
+
+ ######### END OF NEWS ###########
+
+
###########################################################
***************
*** 126,129 ****
--- 141,189 ----
Remove Diagrams=FALSE
+
###########################################################
[Exclude Lib Dirs from Build]
+ # 1=<help>
+
+
+
+ ######### NEW !!! NEW !!! NEW ###########
+
+
+ ###########################################################
+ # SupportFiles sections should be named "SupportFiles N", where
+ # "N" is an integer. This allows you to specify multiple
+ # SupportFiles sections.
+ #
+
+ [SupportFiles 001]
+
+ # The TargetDir is optional. If it is not specified, it is
+ # assumed to be the Build Root. TargetDir may be either
+ # an absolute path, or a path relative to the Build Root.
+
+ TargetDir=""
+
+ # The OverwriteExisting specifies whether to overwrite
+ # files in the Target Dir. This is an optional. If it
+ # is not specified, it is assumed to be FALSE
+
+ OverwriteExisting=True
+
+ # The Source keys should be named "SourceFile N", where "N"
+ # is an integer. is allows you to specify multiple source files
+ # for the TargetDir. A SourceFile can be either an absolute path
+ # or a path relative to Source Root. A SourceFile can contain
+ # wildcards in a file name to specify a group of files
+
+ SourceFile 001=*.ini
+ SourceFile 002=readme.txt
+
+ [SupportFiles 002]
+ TargetDir="Docs"
+ OverwriteExisting=False
+ SourceFile 001=*.txt
+ # SourceFile 002=docs\*.txt
+
+ ######### END OF NEWS ###########
+
|