[openrtm-commit:00646] r2291 - branches/test/OpenRTM-aist/win32/OpenRTM-aist

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 2月 3日 (金) 15:18:42 JST


Author: kurihara
Date: 2012-02-03 15:18:42 +0900 (Fri, 03 Feb 2012)
New Revision: 2291

Modified:
   branches/test/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc10.bat
   branches/test/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc8.bat
   branches/test/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc9.bat
Log:
Execution of the copyprops.bat has been added.

Modified: branches/test/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc10.bat
===================================================================
--- branches/test/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc10.bat	2012-02-03 02:35:11 UTC (rev 2290)
+++ branches/test/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc10.bat	2012-02-03 06:18:42 UTC (rev 2291)
@@ -69,6 +69,7 @@
 @rem ============================================================
 
 cd %OPENCV_RTC_ROOT%
+call copyprops.bat
 msbuild /M:2 /t:rebuild ImageProcessing_opencv.sln
 cd %RTM_ROOT%
 

Modified: branches/test/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc8.bat
===================================================================
--- branches/test/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc8.bat	2012-02-03 02:35:11 UTC (rev 2290)
+++ branches/test/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc8.bat	2012-02-03 06:18:42 UTC (rev 2291)
@@ -59,6 +59,7 @@
 @rem ============================================================
 
 cd %OPENCV_RTC_ROOT%
+call copyprops.bat
 vcbuild /M2 /rebuild OpenCV-RTC_vc8.sln
 cd %RTM_ROOT%
 

Modified: branches/test/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc9.bat
===================================================================
--- branches/test/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc9.bat	2012-02-03 02:35:11 UTC (rev 2290)
+++ branches/test/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc9.bat	2012-02-03 06:18:42 UTC (rev 2291)
@@ -59,6 +59,7 @@
 @rem ============================================================
 
 cd %OPENCV_RTC_ROOT%
+call copyprops.bat
 vcbuild /M2 /rebuild OpenCV-RTC_vc9.sln
 cd %RTM_ROOT%
 



openrtm-commit メーリングリストの案内