[cmake-commits] hoffman committed cmGlobalVisualStudio8Generator.cxx
1.29 1.30
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Dec 17 17:28:25 EST 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv4062
Modified Files:
cmGlobalVisualStudio8Generator.cxx
Log Message:
BUG: fix for bug 5931 add some more flags for the gui
Index: cmGlobalVisualStudio8Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalVisualStudio8Generator.cxx,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- cmGlobalVisualStudio8Generator.cxx 20 Nov 2007 16:10:11 -0000 1.29
+++ cmGlobalVisualStudio8Generator.cxx 17 Dec 2007 22:28:23 -0000 1.30
@@ -280,7 +280,14 @@
//----------------------------------------------------------------------------
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.
More information about the Cmake-commits
mailing list