Project

General

Profile

Actions

バグ #4201

open

VisualStudioソリューションファイル生成時のヘッダーの設定を正しくする

Added by n.kawauchi over 7 years ago. Updated over 7 years ago.

Status:
解決
Priority:
通常
Assignee:
Start date:
09/14/2017
Due date:
% Done:

100%

Estimated time:

Description

  • http://svn.openrtm.org/OpenRTM-aist/trunk/OpenRTM-aist/build/slntool.py の修正
  • 現状のままでもビルドには全く問題ないのだが、訂正するもの
  • 現在の設定
    vcversions = {....
                  "VC12": {"sln": "13.00", "vc": "2013"},
                  "VC14": {"sln": "14.00", "vc": "2015"},
                  "VC15": {"sln": "15.00", "vc": "2017"},
    
  • ソリューションファイルのヘッダーは以下となっている
  • 参考: https://gist.github.com/JamesSkemp/bbe17351ecdf6b1d6e07
    Microsoft Visual Studio Solution File, Format Version 12.00
    # Visual Studio 2013
    
    Microsoft Visual Studio Solution File, Format Version 12.00
    # Visual Studio 14
    
    Microsoft Visual Studio Solution File, Format Version 12.00
    # Visual Studio 15
    
  • #4172 と合わせて次のようにする
    vcversions = {....
                  "VC12": {"sln": "12.00", "vc": "2013"},
                  "VC14": {"sln": "12.00", "vc": "14"},
                  "VC141": {"sln": "12.00", "vc": "15"},
    
Actions #1

Updated by n.kawauchi over 7 years ago

  • Status changed from 新規 to 解決
  • % Done changed from 0 to 100

r4201,4172 で対応完了。

Actions

Also available in: Atom PDF