[openrtm-commit:02507] r2960 - trunk/OpenRTM-aist/win32/OpenRTM-aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 3月 10日 (金) 15:06:45 JST
Author: kawauchi
Date: 2017-03-10 15:06:45 +0900 (Fri, 10 Mar 2017)
New Revision: 2960
Modified:
trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat.in
Log:
[compat,build,->RELENG_1_2] vc15 (vc2017) has been supported.
Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat.in
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat.in 2017-03-10 05:32:39 UTC (rev 2959)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat.in 2017-03-10 06:06:45 UTC (rev 2960)
@@ -127,7 +127,7 @@
if %VC_VERSION% == 15 (
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
set VCTOOLSET=15.0
- set PLATFORMTOOL=/p:PlatformToolset=v150
+ set PLATFORMTOOL=/p:PlatformToolset=v141
goto MSBUILDx86
)
@@ -196,7 +196,7 @@
if /i %VC_VERSION% == 15 (
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
set VCTOOLSET=15.0
- set PLATFORMTOOL=/p:PlatformToolset=v150
+ set PLATFORMTOOL=/p:PlatformToolset=v141
goto MSBUILDx64
)
openrtm-commit メーリングリストの案内