From 0e3fbb01d7f9608f37597df33a0833a6f7b3f173 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 21 Jul 2012 14:59:25 +0200 Subject: Add _AMD64_ definition for x64 builds, make Visual Studio even happier --- src/common/common.vcxproj | 2 +- src/dirent/dirent.vcxproj | 2 +- src/fe-gtk/fe-gtk.vcxproj | 2 +- src/fe-text/fe-text.vcxproj | 2 +- src/version/version.vcxproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 88281420..423172a3 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -140,7 +140,7 @@ MaxSpeed true true - WIN32;_WIN64;NDEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions) + WIN32;_WIN64;_AMD64_;NDEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions) $(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) true diff --git a/src/dirent/dirent.vcxproj b/src/dirent/dirent.vcxproj index 2586fe39..0cd57888 100644 --- a/src/dirent/dirent.vcxproj +++ b/src/dirent/dirent.vcxproj @@ -84,7 +84,7 @@ MaxSpeed true true - WIN32;_WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions) + WIN32;_WIN64;_AMD64_;NDEBUG;_LIB;%(PreprocessorDefinitions) true diff --git a/src/fe-gtk/fe-gtk.vcxproj b/src/fe-gtk/fe-gtk.vcxproj index e21343e1..231b0251 100644 --- a/src/fe-gtk/fe-gtk.vcxproj +++ b/src/fe-gtk/fe-gtk.vcxproj @@ -84,7 +84,7 @@ MaxSpeed true true - WIN32;_WIN64;NDEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions) + WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions) $(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories) true diff --git a/src/fe-text/fe-text.vcxproj b/src/fe-text/fe-text.vcxproj index 5785e442..d44c92ca 100644 --- a/src/fe-text/fe-text.vcxproj +++ b/src/fe-text/fe-text.vcxproj @@ -83,7 +83,7 @@ MaxSpeed true true - WIN32;_WIN64;NDEBUG;_CONSOLE;$(OwnFlags);%(PreprocessorDefinitions) + WIN32;_WIN64;_AMD64_;NDEBUG;_CONSOLE;$(OwnFlags);%(PreprocessorDefinitions) $(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) true diff --git a/src/version/version.vcxproj b/src/version/version.vcxproj index a96a3641..7a3259aa 100644 --- a/src/version/version.vcxproj +++ b/src/version/version.vcxproj @@ -81,7 +81,7 @@ MaxSpeed true true - WIN32;_WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_WIN64;_AMD64_;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true -- cgit 1.4.1