[GME-commit] GMESRC/Install/Build build.py,1.13,1.14
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Aug 15 23:44:21 CDT 2006
- Previous message: [GME-commit]
GMESRC/Install Class.idt,1.1,1.2 Component.idt,1.34,1.35
FeatureComponents.idt,1.25,1.26 File.idt,1.38,1.39
ISComponentExtended.idt,1.26,1.27 ProgId.idt,1.7,1.8
Registry.idt,1.21,1.22
- Next message: [GME-commit] GMESRC/Tools/GMEMerge GMEMergeComponent.vcproj,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/Install/Build
In directory escher:/tmp/cvs-serv25653/Install/Build
Modified Files:
build.py
Log Message:
Test release for GME merge
CVS User: Peter Volgyesi, ISIS (volgy)
Index: build.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/build.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** build.py 28 Feb 2006 19:57:06 -0000 1.13
--- build.py 15 Aug 2006 22:44:19 -0000 1.14
***************
*** 106,112 ****
--- 106,118 ----
tools.build_VS( sln_file, os.path.join("FrontEnd", "FrontEnd.vcproj"), "Release" )
+ # GME Merge
+ sln_file = os.path.join(GME_ROOT, "Tools", "GMEMerge", "GMEMergeComponent.sln");
+ tools.build_VS( sln_file, "GMEMergeComponent.vcproj", "Release" )
+
# Pattern Processor
sln_file = os.path.join(GME_ROOT, "SDK", "PatProcessor", "BONComponent.sln");
tools.build_VS( sln_file, "BONComponent.vcproj", "Release" )
+
+
- Previous message: [GME-commit]
GMESRC/Install Class.idt,1.1,1.2 Component.idt,1.34,1.35
FeatureComponents.idt,1.25,1.26 File.idt,1.38,1.39
ISComponentExtended.idt,1.26,1.27 ProgId.idt,1.7,1.8
Registry.idt,1.21,1.22
- Next message: [GME-commit] GMESRC/Tools/GMEMerge GMEMergeComponent.vcproj,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list