[Mobies-commit] [commit] r3573 - UDM/trunk
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Tue Nov 30 11:57:12 CST 2010
Author: ksmyth
Date: Tue Nov 30 11:57:12 2010
New Revision: 3573
Log:
Dont need environment; the .props work
Modified:
UDM/trunk/UDM_Release_Howto.txt
Modified: UDM/trunk/UDM_Release_Howto.txt
==============================================================================
--- UDM/trunk/UDM_Release_Howto.txt Mon Nov 29 13:14:44 2010 (r3572)
+++ UDM/trunk/UDM_Release_Howto.txt Tue Nov 30 11:57:12 2010 (r3573)
@@ -51,8 +51,8 @@
set UDM_3RDPARTY_PATH=c:\Documents and Settings\kevin\My Documents\3rdparty\UDM_VS2010
set JDK_PATH=C:\Program Files\Java\jdk1.5.0_22
-msbuild "%UDM_PATH%\Projects\Win32\VC10\src\UdmDll\UdmDll.vcxproj" /t:Rebuild /p:UseEnv=true;Configuration=Debug
-msbuild "%UDM_PATH%\Projects\Win32\VC10\src\UdmDll\UdmDll.vcxproj" /t:Rebuild /p:UseEnv=true;Configuration=Release
+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
"\Program Files\Debugging Tools for Windows (x86)\symstore.exe" add /r /f "%UDM_PATH%" /s \\kms1\symbols /t Udm /v "3.2.5"
More information about the Mobies-commit
mailing list