Update of /cvsroot/opengtoolkit/array/build_rules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18462/build_rules
Modified Files:
array.ogbld array.spec
Log Message:
added build support
Index: array.spec
===================================================================
RCS file: /cvsroot/opengtoolkit/array/build_rules/array.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** array.spec 9 Nov 2005 04:43:44 -0000 1.1
--- array.spec 4 Dec 2005 18:49:53 -0000 1.2
***************
*** 36,40 ****
[Files]
! Num File Groups=3
[File Group 0]
--- 36,40 ----
[Files]
! Num File Groups=5
[File Group 0]
***************
*** 180,181 ****
--- 180,195 ----
Num Files=1
File 0=oglib_array.mnu
+
+ [File Group 3]
+ Source Dir=../built/help
+ Target Dir=<help>/OpenG/array
+ Replace Mode=Always
+ Num Files=1
+ File 0=*.*
+
+ [File Group 4]
+ Source Dir=../Examples
+ Target Dir=<application>/examples/OpenG/array
+ Replace Mode=Always
+ Num Files=1
+ File 0=*.*
\ No newline at end of file
Index: array.ogbld
===================================================================
RCS file: /cvsroot/opengtoolkit/array/build_rules/array.ogbld,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** array.ogbld 9 Nov 2005 04:43:44 -0000 1.1
--- array.ogbld 4 Dec 2005 18:49:52 -0000 1.2
***************
*** 2,6 ****
# 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=""
--- 2,6 ----
# 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=""
***************
*** 15,19 ****
# 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=""
--- 15,18 ----
***************
*** 45,49 ****
Unsaved Changes MsgBox=TRUE
Ambiguous VIs Dest Dir=""
! Call Pre-Build VI=""
Call Post-Build VI="build_support/Pre-Post Build.vi"
Revision File=build_support/array.rev
--- 44,48 ----
Unsaved Changes MsgBox=TRUE
Ambiguous VIs Dest Dir=""
! Call Pre-Build VI="build_support/Pre-Post Build.vi"
Call Post-Build VI="build_support/Pre-Post Build.vi"
Revision File=build_support/array.rev
***************
*** 52,56 ****
Apply New Password=""
RemovePolyVIsAndTypedefs=FALSE
! Allow CBVI & Build Hierarchy Overlap=FALSE
Namespace Convention=0
Call-Back VI 1="build_support/Call-Back VI - Rem namespace from Window Title.vi"
--- 51,55 ----
Apply New Password=""
RemovePolyVIsAndTypedefs=FALSE
! Allow CBVI & Build Hierarchy Overlap=TRUE
Namespace Convention=0
Call-Back VI 1="build_support/Call-Back VI - Rem namespace from Window Title.vi"
|