[GME-commit] GMESRC/Install/Build tools.py,1.18,1.19

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Aug 25 16:36:34 CDT 2004


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

Modified Files:
	tools.py 
Log Message:
Optional label avoidance for connections

CVS User: volgy

Index: tools.py
===================================================================
RCS file: /var/lib/gme/GMESRC/Install/Build/tools.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** tools.py	20 Jul 2004 17:04:09 -0000	1.18
--- tools.py	25 Aug 2004 20:36:32 -0000	1.19
***************
*** 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