From c51c944139b707388438aab1bc6f20fd5d9f4a4e Mon Sep 17 00:00:00 2001 From: Patrick Thomas Date: Sun, 11 Dec 2016 00:56:21 -0600 Subject: Enabled 64-bit builds Enabled 64-bit builds for those who desire a 64-bit command line Pandora client, like myself. --- json-c/json-c.vcxproj | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) (limited to 'json-c') diff --git a/json-c/json-c.vcxproj b/json-c/json-c.vcxproj index 7ebd0d3..15f97b2 100644 --- a/json-c/json-c.vcxproj +++ b/json-c/json-c.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {65AB4E50-81EF-4BC4-BBA4-8EC4315ADA3F} @@ -22,20 +30,37 @@ true v140_xp + + StaticLibrary + NotSet + true + v140_xp + StaticLibrary NotSet v140_xp + + StaticLibrary + NotSet + v140_xp + + + + + + + <_ProjectFileVersion>10.0.40219.1 @@ -43,14 +68,26 @@ $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ $(SolutionDir)build\temp\lib\ $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ + $(SolutionDir)build\temp\lib\ + $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ + $(SolutionDir)build\temp\lib\ + $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ AllRules.ruleset + AllRules.ruleset + + AllRules.ruleset + AllRules.ruleset + + $(ProjectName)-mt-debug + $(ProjectName)-mt-debug $(ProjectName)-mt + $(ProjectName)-mt @@ -78,6 +115,35 @@ for %%a in ("%json_headers:,=" "%") do ( xcopy "$(ProjectDir)src\%%a" "$(SolutionDir)build\temp\include\json\" /I /Y /D ) +xcopy "$(ProjectDir)configured\json_config.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D + + + + + + Disabled + false + $(SolutionDir)compatibility;$(ProjectDir)configured;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WINVER=0x0501;NTDDI_VERSION=0x0501;WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + false + + + Default + MultiThreadedDebug + + + Level3 + OldStyle + + + + @echo off +set json_headers=arraylist.h,bits.h,debug.h,json.h,json_config.h,json_c_version.h,json_inttypes.h,json_object.h,json_object_iterator.h,json_object_private.h,json_tokener.h,json_util.h,linkhash.h,printbuf.h,random_seed.h + +for %%a in ("%json_headers:,=" "%") do ( + xcopy "$(ProjectDir)src\%%a" "$(SolutionDir)build\temp\include\json\" /I /Y /D +) + xcopy "$(ProjectDir)configured\json_config.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D @@ -112,6 +178,39 @@ for %%a in ("%json_headers:,=" "%") do ( xcopy "$(ProjectDir)src\%%a" "$(SolutionDir)build\temp\include\json\" /I /Y /D ) +xcopy "$(ProjectDir)configured\json_config.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D + + + + + + MaxSpeed + AnySuitable + false + false + $(SolutionDir)compatibility;$(ProjectDir)configured;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WINVER=0x0501;NTDDI_VERSION=0x0501;WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + false + + + Default + MultiThreaded + true + + + Level3 + + + + + + @echo off +set json_headers=arraylist.h,bits.h,debug.h,json.h,json_config.h,json_c_version.h,json_inttypes.h,json_object.h,json_object_iterator.h,json_object_private.h,json_tokener.h,json_util.h,linkhash.h,printbuf.h,random_seed.h + +for %%a in ("%json_headers:,=" "%") do ( + xcopy "$(ProjectDir)src\%%a" "$(SolutionDir)build\temp\include\json\" /I /Y /D +) + xcopy "$(ProjectDir)configured\json_config.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D -- cgit v1.2.3