From d8a3f1404382b338571624794254c606d0ef3e99 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 4 Jun 2018 22:12:57 +0200 Subject: added local win32 fork of json-c here --- src/3rdParty/json-c/windows/json-c.vcxproj | 114 +++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 src/3rdParty/json-c/windows/json-c.vcxproj (limited to 'src/3rdParty/json-c/windows/json-c.vcxproj') diff --git a/src/3rdParty/json-c/windows/json-c.vcxproj b/src/3rdParty/json-c/windows/json-c.vcxproj new file mode 100644 index 0000000..e40f973 --- /dev/null +++ b/src/3rdParty/json-c/windows/json-c.vcxproj @@ -0,0 +1,114 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {7C7DD6A6-A52A-432B-A6BB-629DAAE738ED} + jsonc + + + + StaticLibrary + true + MultiByte + + + Application + false + true + MultiByte + + + + + + + + + + + + + + + + + + Level3 + Disabled + /DWIN32 /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE %(AdditionalOptions) + CompileAsCpp + + + true + + + + + + + + + + + copy ..\config.h.win32 ..\config.h & copy ..\json_config.h.win32 ..\json_config.h + + + copy config.h from Windows template instead of calling configure + + + + + Level3 + MaxSpeed + true + true + + + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf