[GME-commit] GMESRC/Install/Build tools.py,1.21,1.22

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu May 19 20:43:43 CDT 2005


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

Modified Files:
	tools.py 
Log Message:
GME release 5.5.19
IMgaFilter can handle names with spaces in them (by using quotes)

CVS User: Peter Volgyesi, ISIS (volgy)

Index: tools.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/tools.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** tools.py	7 Apr 2005 20:48:18 -0000	1.21
--- tools.py	19 May 2005 19:43:41 -0000	1.22
***************
*** 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