Browse Source

BUG: fix for bug 5931 add some more flags for the gui

Bill Hoffman 18 năm trước cách đây
mục cha
commit
c6089d1642
1 tập tin đã thay đổi với 8 bổ sung1 xóa
  1. 8 1
      Source/cmGlobalVisualStudio8Generator.cxx

+ 8 - 1
Source/cmGlobalVisualStudio8Generator.cxx

@@ -280,7 +280,14 @@ cmGlobalVisualStudio8Generator
 
 //----------------------------------------------------------------------------
 static cmVS7FlagTable cmVS8ExtraFlagTable[] =
-{
+{ 
+  {"CallingConvention", "Gd", "cdecl", "0", 0 },
+  {"CallingConvention", "Gr", "fastcall", "1", 0 },
+  {"CallingConvention", "Gz", "stdcall", "2", 0 },
+
+  {"Detect64BitPortabilityProblems", "Wp64", "Detect 64Bit Portability Problems", "true", 0 },
+  {"ErrorReporting", "errorReport:prompt", "Report immediately", "1", 0 },
+  {"ErrorReporting", "errorReport:queue", "Queue for next login", "2", 0 },
   // Precompiled header and related options.  Note that the
   // UsePrecompiledHeader entries are marked as "Continue" so that the
   // corresponding PrecompiledHeaderThrough entry can be found.