Opened 17 years ago

#126 new defect

msvc --debug-configuration output unintelligible

Reported by: Dave Abrahams Owned by: ghost
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:

Description

This is too dense, and offers too little explanation, to be useful to most people. Indeed, it hurts more than it helps.

  msvc: condition: '<toolset>msvc/<architecture>/<address-model>',  msvc: condition: '<toolset>msvc/<architecture>/<address-model>32',  msvc: condition: '<toolset>msvc/<architecture>x86/<address-model>',  msvc: condition: '<toolset>msvc/<architecture>x86/<address-model>32',  command: 'cmd.exe /S /C call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 >nul "&&" '
  msvc: condition: '<toolset>msvc/<architecture>/<address-model>64',  msvc: condition: '<toolset>msvc/<architecture>x86/<address-model>64',  command: 'cmd.exe /S /C call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul "&&" '

Can you either remove it or change the presentation so that there's a hope of understanding it?

Change History (0)

Note: See TracTickets for help on using tickets.