瀏覽代碼

Bug #9430, recognize the FR flag

Bill Hoffman 16 年之前
父節點
當前提交
8e8c9b7242
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/cmLocalVisualStudio7Generator.cxx

+ 1 - 0
Source/cmLocalVisualStudio7Generator.cxx

@@ -451,6 +451,7 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
   {"SmallerTypeCheck", "RTCc", "smaller type check", "TRUE", 0},
   {"SuppressStartupBanner", "nologo", "SuppressStartupBanner", "TRUE", 0},
   {"WarnAsError", "WX", "Treat warnings as errors", "TRUE", 0},
+  {"BrowseInformation", "FR", "Generate browse information", "1", 0},
   {0,0,0,0,0}
 };