[openrtm-commit:01436] r2562 - trunk/OpenRTM-aist/win32/OpenRTM-aist

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 4月 18日 (金) 22:40:29 JST


Author: n-ando
Date: 2014-04-18 22:40:28 +0900 (Fri, 18 Apr 2014)
New Revision: 2562

Modified:
   trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat
Log:
[compat,build,win32,->RELENG_1_1] vcbuild option specified.


Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat	2014-04-16 15:11:39 UTC (rev 2561)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat	2014-04-18 13:40:28 UTC (rev 2562)
@@ -119,7 +119,8 @@
 :VCBUILDx86
 echo Visual Studio Dir: %VSINSTALLDIR%
 echo LIB: %LIB%
-vcbuild /M2 /rebuild OpenRTM-aist_vc%VC_VERSION%.sln
+vcbuild /M2 /rebuild OpenRTM-aist_vc%VC_VERSION%.sln "release|win32"
+vcbuild /M2 /rebuild OpenRTM-aist_vc%VC_VERSION%.sln "debug|win32"
 goto END
 
 @rem ------------------------------------------------------------
@@ -177,7 +178,8 @@
 :VCBUILDx64
 echo Visual Studio Dir: %VSINSTALLDIR%
 echo LIB: %LIB%
-vcbuild /M2 /rebuild OpenRTM-aist_vc%VC_VERSION%.sln
+vcbuild /M2 /rebuild OpenRTM-aist_vc%VC_VERSION%.sln "release|x64"
+vcbuild /M2 /rebuild OpenRTM-aist_vc%VC_VERSION%.sln "debug|x64"
 goto END
 
 @rem ------------------------------------------------------------



More information about the openrtm-commit mailing list