[GME-commit] GMESRC/Install/Build tools.py,1.24,1.25
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Fri Jun 17 22:50:11 CDT 2005
Update of /project/gme-repository/GMESRC/Install/Build
In directory escher:/tmp/cvs-serv26696/Install/Build
Modified Files:
tools.py
Log Message:
wrong files included with the SF interpreter
CVS User: Peter Volgyesi, ISIS (volgy)
Index: tools.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/tools.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** tools.py 17 Jun 2005 20:13:25 -0000 1.24
--- tools.py 17 Jun 2005 21:50:09 -0000 1.25
***************
*** 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