mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[ZLIB]
When building zlib, only build portable functions so that we have a portable library. CORE-11937 svn path=/trunk/; revision=72574
This commit is contained in:
parent
3eb3d2d909
commit
329d454546
1 changed files with 1 additions and 5 deletions
6
reactos/sdk/lib/3rdparty/zlib/CMakeLists.txt
vendored
6
reactos/sdk/lib/3rdparty/zlib/CMakeLists.txt
vendored
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
add_definitions(-DNO_VIZ)
|
add_definitions(-DNO_VIZ -DZ_SOLO)
|
||||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/zlib)
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/zlib)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
|
@ -7,10 +7,6 @@ list(APPEND SOURCE
|
||||||
compress.c
|
compress.c
|
||||||
crc32.c
|
crc32.c
|
||||||
deflate.c
|
deflate.c
|
||||||
gzclose.c
|
|
||||||
gzlib.c
|
|
||||||
gzread.c
|
|
||||||
gzwrite.c
|
|
||||||
infback.c
|
infback.c
|
||||||
inffast.c
|
inffast.c
|
||||||
inflate.c
|
inflate.c
|
||||||
|
|
Loading…
Reference in a new issue