mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
Don't use Detect64BitPortabilityProblems as those warnings are misleading.
2008-09-15 Tor Lillqvist <tml@novell.com> * win32/vs8/*.vcproj: Don't use Detect64BitPortabilityProblems as those warnings are misleading. They don't take into consideration ifdefs in glibconfig.h and elsewhere for _WIN64. svn path=/trunk/; revision=7488
This commit is contained in:
committed by
Tor Lillqvist
parent
4d090b47b8
commit
2b242404c8
@@ -48,7 +48,6 @@
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
ForcedIncludeFiles="msvc_recommended_pragmas.h"
|
||||
@@ -130,7 +129,6 @@
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"
|
||||
ForcedIncludeFiles="msvc_recommended_pragmas.h"
|
||||
|
Reference in New Issue
Block a user