[GME-commit]
GMESRC/Install/Build/components compileMETA.py,1.9,1.10
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/components
In directory escher:/tmp/cvs-serv12751/Install/Build/components
Modified Files:
compileMETA.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: compileMETA.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/components/compileMETA.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** compileMETA.py 7 Apr 2005 20:48:18 -0000 1.9
--- compileMETA.py 19 May 2005 19:43:41 -0000 1.10
***************
*** 12,15 ****
--- 12,16 ----
print "Building MetaGME..."
# tools.buildVSProject( os.getcwd() + "\\" + params.gme_path + "\\Paradigms\\MetaGME\\MetaGME.sln", "MetaInterpreter\\MetaInterpreter.vcproj", "Release" )
+ tools.buildVSProject( os.getcwd() + "\\" + params.gme_path + "\\Paradigms\\MetaGME\\MetaGME.sln", "MetaDecorator\\MetaDecorator.vcproj", "Release" )
tools.buildVSProject( os.getcwd() + "\\" + params.gme_path + "\\Paradigms\\MetaGME\\MetaGME.sln", "MetaInterpreter2004\\MetaGME2004.vcproj", "Release" )
tools.buildVSProject( os.getcwd() + "\\" + params.gme_path + "\\Paradigms\\MetaGME\\MetaGME.sln", "BonExtension\\BonExt.vcproj", "Release" )
More information about the GME-commit
mailing list