From 9d3d8d6fc0d0e0afc2244cd3fbd3aff3ae3d4b00 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Thu, 5 Feb 2015 16:15:06 +0000 Subject: [PATCH] Add x64 build configurations --- .gitignore | 2 ++ json-c.vcxproj | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/.gitignore b/.gitignore index 15000ba0..ee8171d4 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,8 @@ /tests/*.trs /Debug /Release +/*/Debug +/*/Release *.lo *.o /libjson-c.la diff --git a/json-c.vcxproj b/json-c.vcxproj index fd300bcb..008d724c 100644 --- a/json-c.vcxproj +++ b/json-c.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {04D8CDBE-FB3E-4362-87E6-07DC3C0083B2} @@ -20,20 +28,36 @@ v120 MultiByte + + StaticLibrary + v120 + MultiByte + StaticLibrary v120 MultiByte + + StaticLibrary + v120 + MultiByte + + + + + + + @@ -48,6 +72,25 @@ copy config.h.win32 config.h copy json_config.h.win32 json_config.h + + + + copy config.h from Windows template instead of calling configure + + + + + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + Level3 + EditAndContinue + CompileAsCpp + + + copy config.h.win32 config.h +copy json_config.h.win32 json_config.h @@ -64,6 +107,22 @@ copy json_config.h.win32 json_config.h copy config.h.win32 config.h copy json_config.h.win32 json_config.h + + + + copy config.h from Windows template instead of calling configure + + + + + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + Level3 + ProgramDatabase + CompileAsCpp + + + copy config.h.win32 config.h +copy json_config.h.win32 json_config.h -- 2.47.3