From: James Myatt Date: Thu, 5 Feb 2015 16:12:28 +0000 (+0000) Subject: Set CompileAsCpp flag (Required for vs2010/winsdk71) X-Git-Tag: json-c-0.13-20171207~193^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1a3f33a26434a13774061bc4a4fa2bf36e41298;p=thirdparty%2Fjson-c.git Set CompileAsCpp flag (Required for vs2010/winsdk71) Revert some project settings to defaults --- diff --git a/json-c.vcxproj b/json-c.vcxproj index 2351e518..fd300bcb 100644 --- a/json-c.vcxproj +++ b/json-c.vcxproj @@ -15,12 +15,12 @@ jsonc - + StaticLibrary v120 MultiByte - + StaticLibrary v120 MultiByte @@ -28,60 +28,47 @@ - + - + - - <_ProjectFileVersion>12.0.30324.0 - - - Debug\ - Debug\ - - - Release\ - Release\ - Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug - Level3 EditAndContinue + CompileAsCpp - - $(OutDir)json-c.lib - 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) - MultiThreaded - Level3 ProgramDatabase + CompileAsCpp - - $(OutDir)json-c.lib - copy config.h.win32 config.h copy json_config.h.win32 json_config.h + + copy config.h from Windows template instead of calling configure +