[openrtm-commit:00196] r48 - branches/ForVC2010/ImageProcessing/opencv

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 6月 21日 (火) 13:35:42 JST


Author: fsi-katami
Date: 2011-06-21 13:35:42 +0900 (Tue, 21 Jun 2011)
New Revision: 48

Added:
   branches/ForVC2010/ImageProcessing/opencv/build_vc10.bat
Log:
For vc2010. refs #1915

Added: branches/ForVC2010/ImageProcessing/opencv/build_vc10.bat
===================================================================
--- branches/ForVC2010/ImageProcessing/opencv/build_vc10.bat	                        (rev 0)
+++ branches/ForVC2010/ImageProcessing/opencv/build_vc10.bat	2011-06-21 04:35:42 UTC (rev 48)
@@ -0,0 +1,18 @@
+ at rem
+ at rem This is a batch file to build OpenCV-rtcs. 
+ at rem
+ at rem Using:
+ at rem   + Please install the following tools beforehand. 
+ at rem     -- cmake
+ at rem     -- vc2010
+ at rem     -- OpenCV
+ at rem   + Please set path of cmake and vc2010.  
+ at rem
+
+ at set PATH="C:\Program Files\CMake 2.8\bin";"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN";"c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319";"C:\Program Files\Microsoft Visual Studio 10.0\VC\vcpackages";%PATH%
+
+echo Generating SoLutio files / WorkSpace.
+cmake -G "Visual Studio 10"
+
+msbuild /M:2 /t:rebuild /p:configuration=release ImageProcessing_opencv.sln
+



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