From: Eric Haszlakiewicz Date: Mon, 18 Sep 2017 01:44:04 +0000 (-0400) Subject: The new cmake-generated VS builds now generate a dynamic .dll instead of a .lib X-Git-Tag: json-c-0.13-20171207~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfbdf7757ba0ae6b6097df7b5feb2d64fe429001;p=thirdparty%2Fjson-c.git The new cmake-generated VS builds now generate a dynamic .dll instead of a .lib --- diff --git a/appveyor.yml b/appveyor.yml index 5e89816f..72b13319 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ after_build: - copy json_inttypes.h include\json-c\* - copy include\json_config.h include\json-c\* - copy json_object_private.h include\json-c\* -- 7z a json-c.lib.zip lib\json-c.lib include\json-c\*.h +- 7z a json-c.lib.zip lib\json-c.dll include\json-c\*.h artifacts: - path: json-c.lib.zip