From: James Myatt Date: Thu, 5 Feb 2015 16:15:06 +0000 (+0000) Subject: Add x64 build configurations X-Git-Tag: json-c-0.13-20171207~193^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d3d8d6fc0d0e0afc2244cd3fbd3aff3ae3d4b00;p=thirdparty%2Fjson-c.git Add x64 build configurations --- 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