Merge topic 'vs9-map-Fd'
bf1db49
VS: Map /Fd to ProgramDataBaseFileName for VS 7,8,9 (#14577)
This commit is contained in:
commit
a20fd85519
|
@ -482,6 +482,8 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
|
|||
|
||||
{"AssemblerListingLocation", "Fa", "ASM List Location", "",
|
||||
cmVS7FlagTable::UserValue},
|
||||
{"ProgramDataBaseFileName", "Fd", "Program Database File Name", "",
|
||||
cmVS7FlagTable::UserValue},
|
||||
|
||||
// boolean flags
|
||||
{"BufferSecurityCheck", "GS", "Buffer security check", "TRUE", 0},
|
||||
|
|
Loading…
Reference in New Issue