summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-12-17 22:28:23 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-12-17 22:28:23 (GMT)
commitc6089d1642621bf7c8a7042f09094232624652a5 (patch)
tree2b64cdf9c0967e435d7c5327bafbdd92f9824826 /Source/cmGlobalVisualStudio8Generator.cxx
parentd6bf2457a7f64f6e378ada89219c013a4a65fa02 (diff)
downloadCMake-c6089d1642621bf7c8a7042f09094232624652a5.zip
CMake-c6089d1642621bf7c8a7042f09094232624652a5.tar.gz
CMake-c6089d1642621bf7c8a7042f09094232624652a5.tar.bz2
BUG: fix for bug 5931 add some more flags for the gui
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.cxx9
1 files changed, 8 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index 275fc88..d115a33 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/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.