From 6c19bf79c959eb923c24643d6d7d4096a1858d6a Mon Sep 17 00:00:00 2001 From: Phil Ross Date: Sat, 8 Jun 2019 12:35:31 +0100 Subject: [PATCH] Remove the unsupported DESCRIPTION statement. This causes a warning during the build: libbz2.def(2) : warning LNK4017: DESCRIPTION statement not supported for the target platform; ignored From https://github.com/philr/bzip2-windows/blob/v1.0.6.1/patches/04-remove_unsupported_description_option.diff --- libbz2.def | 1 - 1 file changed, 1 deletion(-) diff --git a/libbz2.def b/libbz2.def index 80fc2d1..f480c05 100644 --- a/libbz2.def +++ b/libbz2.def @@ -1,5 +1,4 @@ LIBRARY bz2-1 -DESCRIPTION "bz2: library for data compression" EXPORTS BZ2_bzCompressInit BZ2_bzCompress