[GME-commit] GMESRC/Install/Build tools.py,1.23,1.24

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Fri Jun 17 21:13:27 CDT 2005


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

Modified Files:
	tools.py 
Log Message:
Preparing for release 5.6.17

CVS User: Peter Volgyesi, ISIS (volgy)

Index: tools.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/tools.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** tools.py	7 Jun 2005 19:39:42 -0000	1.23
--- tools.py	17 Jun 2005 20:13:25 -0000	1.24
***************
*** 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