[Mobies-commit] [commit] r3577 - UDM/tags/A3_2_7
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Tue Nov 30 15:39:26 CST 2010
Author: ksmyth
Date: Tue Nov 30 15:39:26 2010
New Revision: 3577
Log:
Add UdmPython. GReAT uses VS2010 now. Need quotes on UDM_3RDPARTY_PATH
Modified:
UDM/tags/A3_2_7/UDM_Release_Howto.txt
Modified: UDM/tags/A3_2_7/UDM_Release_Howto.txt
==============================================================================
--- UDM/tags/A3_2_7/UDM_Release_Howto.txt Tue Nov 30 11:59:52 2010 (r3576)
+++ UDM/tags/A3_2_7/UDM_Release_Howto.txt Tue Nov 30 15:39:26 2010 (r3577)
@@ -36,13 +36,13 @@
set Path=%UDM_3RDPARTY_PATH%\apache-ant-1.7.1\bin;%PATH%
set ANT_HOME=
set ANT_PATH=
-%UDM_3RDPARTY_PATH%\apache-ant-1.7.1\bin\ant
+"%UDM_3RDPARTY_PATH%"\apache-ant-1.7.1\bin\ant
rem ------------------------
-rem new VS9 cmd prompt
-rem Building GReAT is a requirement for a Udm release!
-devenv /build DebugVS9 /project "MetaGME2UML Interpreter" "%GREAT_PATH%\GReATVS2010.sln"
-devenv /build ReleaseVS9 /project "MetaGME2UML Interpreter" "%GREAT_PATH%\GReATVS2010.sln"
+rem new VS10 cmd prompt
+rem Building MetaGME2UML is a requirement for a Udm release
+set PATH=%UDM_PATH%\bin;%PATH%
+msbuild "%GREAT_PATH%\Tools\MetaGME2UMX\MetaGME2UMX Interpreters\MetaGME2UML_interpreterVS2010.vcxproj" /t:Rebuild /p:Configuration=ReleaseVS9
rem ------------------------
@@ -52,7 +52,9 @@
set JDK_PATH=C:\Program Files\Java\jdk1.5.0_22
msbuild "%UDM_PATH%\Projects\Win32\VC10\src\UdmDll\UdmDll.vcxproj" /t:Rebuild /p:Configuration=Debug
msbuild "%UDM_PATH%\Projects\Win32\VC10\src\UdmDll\UdmDll.vcxproj" /t:Rebuild /p:Configuration=Release
-
+msbuild "%UDM_PATH%\Projects\Win32\VC10\src\UdmPython\UdmPython.vcxproj" /t:Rebuild /p:Configuration=Release27
+msbuild "%UDM_PATH%\Projects\Win32\VC10\src\UdmPython\UdmPython.vcxproj" /t:Rebuild /p:Configuration=Debug
+msbuild "%UDM_PATH%\Projects\Win32\VC10\src\UdmPython\UdmPython.vcxproj" /t:Rebuild /p:Configuration=Release
"\Program Files\Debugging Tools for Windows (x86)\symstore.exe" add /r /f "%UDM_PATH%" /s \\kms1\symbols /t Udm /v "3.2.5"
"\Program Files\Debugging Tools for Windows (x86)\symstore.exe" add /r /f "%GREAT_PATH%" /s \\kms1\symbols /t UdmGReAT /v "3.2.5"
More information about the Mobies-commit
mailing list