[GME-commit] GMESRC/Install/Build tools.py,1.15,1.16

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Fri Mar 12 11:24:53 CST 2004


Update of /var/lib/gme/GMESRC/Install/Build
In directory braindrain:/tmp/cvs-serv14465/Build

Modified Files:
	tools.py 
Log Message:
Fixed MONTraverser registration when GME is installed

CVS User: volgy

Index: tools.py
===================================================================
RCS file: /var/lib/gme/GMESRC/Install/Build/tools.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** tools.py	3 Mar 2004 18:37:07 -0000	1.15
--- tools.py	12 Mar 2004 17:24:51 -0000	1.16
***************
*** 51,55 ****
          for conf in proj.Configurations:
              if conf.Name == config_name:
!                 # app.Clean( conf )
                  app.Build( conf )
                  if app.Errors > 0:                    
--- 51,55 ----
          for conf in proj.Configurations:
              if conf.Name == config_name:
!                 app.Clean( conf )
                  app.Build( conf )
                  if app.Errors > 0:                    



More information about the GME-commit mailing list