From 329d454546b6ab71a0616b89a276a0de243a14c9 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sun, 4 Sep 2016 15:11:26 +0000 Subject: [PATCH 1/1] [ZLIB] When building zlib, only build portable functions so that we have a portable library. CORE-11937 svn path=/trunk/; revision=72574 --- reactos/sdk/lib/3rdparty/zlib/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/reactos/sdk/lib/3rdparty/zlib/CMakeLists.txt b/reactos/sdk/lib/3rdparty/zlib/CMakeLists.txt index 72468cd6856..759aa7f874f 100644 --- a/reactos/sdk/lib/3rdparty/zlib/CMakeLists.txt +++ b/reactos/sdk/lib/3rdparty/zlib/CMakeLists.txt @@ -1,5 +1,5 @@ -add_definitions(-DNO_VIZ) +add_definitions(-DNO_VIZ -DZ_SOLO) include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/zlib) list(APPEND SOURCE @@ -7,10 +7,6 @@ list(APPEND SOURCE compress.c crc32.c deflate.c - gzclose.c - gzlib.c - gzread.c - gzwrite.c infback.c inffast.c inflate.c -- 2.17.1