[GME-commit] GMESRC/Install/Build tools.py,1.25,1.26

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu Nov 17 19:15:40 CST 2005


Update of /project/gme-repository/GMESRC/Install/Build
In directory escher:/tmp/cvs-serv1210/Install/Build

Modified Files:
	tools.py 
Log Message:
Preparing for next release (5.11.17)


CVS User: Peter Volgyesi, ISIS (volgy)

Index: tools.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/tools.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** tools.py	17 Jun 2005 21:50:09 -0000	1.25
--- tools.py	17 Nov 2005 19:15:38 -0000	1.26
***************
*** 48,52 ****
      DTE.Solution.Open( sln_path )
      sb = DTE.Solution.SolutionBuild
!     #sb.Clean(1)
      sb.BuildProject(config_name, project_name, 1)
      failed = sb.LastBuildInfo
--- 48,52 ----
      DTE.Solution.Open( sln_path )
      sb = DTE.Solution.SolutionBuild
!     # sb.Clean(1)
      sb.BuildProject(config_name, project_name, 1)
      failed = sb.LastBuildInfo



More information about the GME-commit mailing list