[GME-commit] GMESRC/Install/Build tools.py,1.22,1.23
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Jun 7 20:39:44 CDT 2005
Update of /project/gme-repository/GMESRC/Install/Build
In directory escher:/tmp/cvs-serv11680/Install/Build
Modified Files:
tools.py
Log Message:
Preparing for Release 5.6.7
Also, the 'bin' folder was removed and all of the executables are put into the app main folder.
The reason: http://support.microsoft.com/default.aspx?scid=kb;en-us;823879
CVS User: Peter Volgyesi, ISIS (volgy)
Index: tools.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/tools.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** tools.py 19 May 2005 19:43:41 -0000 1.22
--- tools.py 7 Jun 2005 19:39:42 -0000 1.23
***************
*** 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