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:
Tor Lillqvist
2008-09-15 14:56:23 +00:00
committed by Tor Lillqvist
parent 4d090b47b8
commit 2b242404c8
9 changed files with 15 additions and 25 deletions

View File

@@ -2,10 +2,16 @@
* win32/vs8/*.vcproj: Update to match the Makefile.am files. Drop
G*_EXPORTS from PreprocessorDefinitions, nothing looks for such
macros. Add G_DISABLE_DEPRECATED. Add PCRE_STATIC for glib to
avoid exporting the pcre functions. Add DLL_EXPORT to glib to
export also the GLIB_VAR variables that aren't mentioned in
glib.symbols. Add G_LOG_DOMAIN for gobject.
macros. Add G_DISABLE_DEPRECATED.
Don't use Detect64BitPortabilityProblems as those warnings are
misleading. They don't take into consideration ifdefs in
glibconfig.h and elsewhere for _WIN64.
Add PCRE_STATIC for glib to avoid exporting the pcre
functions. Add DLL_EXPORT to glib to export also the GLIB_VAR
variables that aren't mentioned in glib.symbols. Add G_LOG_DOMAIN
for gobject.
2008-08-27 Tor Lillqvist <tml@novell.com>