-
- Downloads
cmIDEOption: Store mapped flag values as a vector<string>
Some FlagMap entries are ;-lists. Store values as vector<string> so that individual values may contain ';' characters. Delay the construction of the final ;-list until writing to the VS project file. With this approach the generated file may contain ;-separated values that contain encoded ';' characters.
Showing
- Source/cmIDEOptions.cxx 12 additions, 15 deletionsSource/cmIDEOptions.cxx
- Source/cmIDEOptions.h 18 additions, 1 deletionSource/cmIDEOptions.h
- Source/cmVisualStudio10TargetGenerator.cxx 13 additions, 19 deletionsSource/cmVisualStudio10TargetGenerator.cxx
- Source/cmVisualStudio10TargetGenerator.h 2 additions, 1 deletionSource/cmVisualStudio10TargetGenerator.h
- Source/cmVisualStudioGeneratorOptions.cxx 19 additions, 5 deletionsSource/cmVisualStudioGeneratorOptions.cxx
Loading
Please register or sign in to comment