[GME-commit] GMESRC/Install/Build/components compileBON.py,1.5,1.6
compileGME.py,1.5,1.6 compileJavaSupport.py,1.2,1.3
compileMETA.py,1.8,1.9 compileSamples.py,1.6,1.7
compileTools.py,1.3,1.4
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Apr 7 21:48:20 CDT 2005
- Previous message: [GME-commit]
GMESRC/Install Binary.idt,1.12,1.13 CustomAction.idt,1.14,1.15
File.idt,1.32,1.33 ISFeatureMergeModules.idt,1.3,1.4
ISMergeModule.idt,1.3,1.4 InstallExecuteSequence.idt,1.14,1.15
- Next message: [GME-commit]
GMESRC/Java/native/Jaut JAUT.vcproj,NONE,1.1 JAUT.def,1.1,1.2
StdAfx.cpp,1.1,1.2 JAUT.dsp,1.3,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/Install/Build/components
In directory escher:/tmp/cvs-serv5505/Install/Build/components
Modified Files:
compileBON.py compileGME.py compileJavaSupport.py
compileMETA.py compileSamples.py compileTools.py
Log Message:
GME CVS cleanup and updated VC7.1 release build scripts
CVS User: Peter Volgyesi, ISIS (volgy)
Index: compileMETA.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/components/compileMETA.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** compileMETA.py 3 Feb 2004 10:53:04 -0000 1.8
--- compileMETA.py 7 Apr 2005 20:48:18 -0000 1.9
***************
*** 11,20 ****
def build():
print "Building MetaGME..."
! tools.buildMsDevProject( os.getcwd() + "\\" + params.gme_path + "\\Paradigms\\MetaGME\\MetaGME.dsw", "MetaInterpreter - Win32 Release" )
! tools.buildMsDevProject( os.getcwd() + "\\" + params.gme_path + "\\Paradigms\\MetaGME\\MetaGME.dsw", "MetaGME2004 - Win32 Release" )
! tools.buildMsDevProject( os.getcwd() + "\\" + params.gme_path + "\\Paradigms\\MetaGME\\MetaGME.dsw", "BonExt - Win32 Release" )
! # MetaInterpreters have dependencies on the MetaDecorator
! # tools.buildMsDevProject( os.getcwd() + "\\" + params.gme_path + "\\Paradigms\\MetaGME\\MetaGME.dsw", "MetaDecorator - Win32 Release" )
! tools.buildMsDevProject( os.getcwd() + "\\" + params.gme_path + "\\Paradigms\\MetaGME\\MetaGME.dsw", "MONTraverser - Win32 Release" )
print "Registering components..."
workdir = os.getcwd()
--- 11,18 ----
def build():
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", "MetaInterpreter2004\\MetaGME2004.vcproj", "Release" )
! tools.buildVSProject( os.getcwd() + "\\" + params.gme_path + "\\Paradigms\\MetaGME\\MetaGME.sln", "BonExtension\\BonExt.vcproj", "Release" )
! tools.buildVSProject( os.getcwd() + "\\" + params.gme_path + "\\Paradigms\\MetaGME\\MetaGME.sln", "MONTraverser\\MONTraverserBON2Component.vcproj", "Release" )
print "Registering components..."
workdir = os.getcwd()
Index: compileJavaSupport.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/components/compileJavaSupport.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** compileJavaSupport.py 3 Mar 2004 19:18:09 -0000 1.2
--- compileJavaSupport.py 7 Apr 2005 20:48:18 -0000 1.3
***************
*** 12,17 ****
print "Building Java Support Files..."
path = os.getcwd() + "\\" + params.gme_path
! tools.buildMsDevProject( path + "\\Java\\native\\JavaSupport.dsw", "JAUT - Win32 Release" )
! tools.buildMsDevProject( path + "\\Java\\native\\JavaSupport.dsw", "JavaCompRunner - Win32 Release" )
! tools.buildMsDevProject( path + "\\Java\\native\\JavaSupport.dsw", "JavaCompRegister - Win32 Release" )
print "OK"
--- 12,17 ----
print "Building Java Support Files..."
path = os.getcwd() + "\\" + params.gme_path
! tools.buildVSProject( path + "\\Java\\native\\JavaSupport.sln", "Jaut\\JAUT.vcproj", "Release" )
! tools.buildVSProject( path + "\\Java\\native\\JavaSupport.sln", "JavaCompRunner\\JavaCompRunner.vcproj" , "Release" )
! tools.buildVSProject( path + "\\Java\\native\\JavaSupport.sln", "JavaCompRegister\\JavaCompRegister.vcproj", "Release" )
print "OK"
Index: compileTools.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/components/compileTools.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** compileTools.py 6 May 2004 15:00:36 -0000 1.3
--- compileTools.py 7 Apr 2005 20:48:18 -0000 1.4
***************
*** 12,16 ****
print "Building GME External Tools..."
path = os.getcwd() + "\\" + params.gme_path
! tools.buildMsDevProject( path + "\\Tools\\GMETableEditor\\Component.dsw", "Component - Win32 Release" )
! tools.buildMsDevProject( path + "\\Tools\\AutoLayout\\AutoLayout.dsw", "AutoLayout - Win32 Release" )
print "OK"
--- 12,16 ----
print "Building GME External Tools..."
path = os.getcwd() + "\\" + params.gme_path
! tools.buildVSProject( path + "\\Tools\\GMETableEditor\\Component.sln", "Component.vcproj", "Release" )
! tools.buildVSProject( path + "\\Tools\\AutoLayout\\AutoLayout.sln", "AutoLayout.vcproj", "Release" )
print "OK"
Index: compileGME.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/components/compileGME.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** compileGME.py 3 Feb 2004 10:53:04 -0000 1.5
--- compileGME.py 7 Apr 2005 20:48:18 -0000 1.6
***************
*** 11,15 ****
def build():
print "Building GME..."
! tools.buildMsDevProject( os.getcwd() + "\\" + params.gme_path + "\\GME\\GME.dsw", "GME - Win32 Release" )
print "Registering components..."
workdir = os.getcwd()
--- 11,15 ----
def build():
print "Building GME..."
! tools.buildVSProject( os.getcwd() + "\\" + params.gme_path + "\\GME\\GME.sln", "Gme\\GME.vcproj", "Release" )
print "Registering components..."
workdir = os.getcwd()
Index: compileBON.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/components/compileBON.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** compileBON.py 3 Feb 2004 10:53:04 -0000 1.5
--- compileBON.py 7 Apr 2005 20:48:18 -0000 1.6
***************
*** 12,15 ****
def build():
print "Building CreateNewComponent..."
! tools.buildMsDevProject( os.getcwd() + "\\" + params.gme_path + "\\SDK\\BON\\tools\\ComponentTools.dsw", "CreateNewComponent - Win32 Release" )
print "OK"
--- 12,15 ----
def build():
print "Building CreateNewComponent..."
! tools.buildVSProject( os.getcwd() + "\\" + params.gme_path + "\\SDK\\BON\\tools\\ComponentTools.sln", "CreateNewComponent\\CreateNewComponent.vcproj", "Release" )
print "OK"
Index: compileSamples.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/components/compileSamples.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** compileSamples.py 3 Feb 2004 10:53:04 -0000 1.6
--- compileSamples.py 7 Apr 2005 20:48:18 -0000 1.7
***************
*** 12,19 ****
print "Building GME Samples..."
path = os.getcwd() + "\\" + params.gme_path
! tools.buildMsDevProject( path + "\\Paradigms\\SF\\BON2Interpreter\\BON2Component.dsw", "SFInterpreter - Win32 Release" )
! tools.buildMsDevProject( path + "\\Paradigms\\SF\\BON2SFExample\\Bon2Component.dsw", "BON2SFSample - Win32 Release" )
! tools.buildMsDevProject( path + "\\Paradigms\\HFSM\\interpreter\\BONComponent.dsw", "Component - Win32 Release" )
! tools.buildMsDevProject( path + "\\Paradigms\\UML\\decorator\\UMLDecorator.dsw", "UMLDecorator - Win32 Release" )
! tools.buildMsDevProject( path + "\\SDK\\PatProcessor\\BONComponent.dsw", "Component - Win32 Release" )
print "OK"
--- 12,19 ----
print "Building GME Samples..."
path = os.getcwd() + "\\" + params.gme_path
! tools.buildVSProject( path + "\\Paradigms\\SF\\BON2Interpreter\\BON2Component.sln", "SFInterpreterBON2Component.vcproj", "Release" )
! tools.buildVSProject( path + "\\Paradigms\\SF\\BON2SFExample\\Bon2Component.sln", "BON2SFSampleBON2Component.vcproj", "Release" )
! tools.buildVSProject( path + "\\Paradigms\\HFSM\\interpreter\\BONComponent.sln", "BONComponent.vcproj", "Release" )
! tools.buildVSProject( path + "\\Paradigms\\UML\\decorator\\UMLDecorator.sln", "UMLDecorator.vcproj", "Release" )
! tools.buildVSProject( path + "\\SDK\\PatProcessor\\BONComponent.sln", "BONComponent.vcproj", "Release" )
print "OK"
- Previous message: [GME-commit]
GMESRC/Install Binary.idt,1.12,1.13 CustomAction.idt,1.14,1.15
File.idt,1.32,1.33 ISFeatureMergeModules.idt,1.3,1.4
ISMergeModule.idt,1.3,1.4 InstallExecuteSequence.idt,1.14,1.15
- Next message: [GME-commit]
GMESRC/Java/native/Jaut JAUT.vcproj,NONE,1.1 JAUT.def,1.1,1.2
StdAfx.cpp,1.1,1.2 JAUT.dsp,1.3,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list