[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


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" )
+     
+     
  
  



More information about the GME-commit mailing list