Skip to content
Snippets Groups Projects
  1. Mar 07, 2016
    • Brad King's avatar
    • Brad King's avatar
      VS: Fix VS 2015 .vcxproj debug setting for older toolsets (#15986) · 3aa6fea6
      Brad King authored
      
      Since commit v3.4.2~2^2 (VS: Fix VS 2015 .vcxproj file value for
      GenerateDebugInformation, 2016-01-08) we generate invalid project
      files for the v110 and v120 toolsets.  VS complains:
      
          C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(639,9):
          error MSB4030: "Debug" is an invalid value for the "GenerateDebugInformation" parameter of
          the "Link" task. The "GenerateDebugInformation" parameter is of type "System.Boolean".
      
      This reveals that our VS flag map selection should be based on the
      toolset instead of the version of VS.  However, that will be a
      non-trivial change so for now fix this particular use case by
      hard-coding a correction to the flag map.
      
      Reported-by: default avatarGregor Jasny <gjasny@googlemail.com>
      3aa6fea6
  2. Feb 24, 2016
  3. Feb 19, 2016
  4. Feb 18, 2016
  5. Feb 17, 2016
  6. Feb 12, 2016
  7. Feb 11, 2016
  8. Feb 10, 2016
  9. Feb 09, 2016
  10. Feb 08, 2016
Loading