mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Use updated minizip version for unzip
The implementation is now in framework/minizip/* instead of framework/Unzip.cpp This was version 0.15beta, now we use 1.1 from zlib 1.2.7/contrib/minizip Some code had to be adjusted for this, but it got cleaner on the way
This commit is contained in:
parent
44004d8bbc
commit
6aea4b59fb
1 changed files with 2 additions and 1 deletions
|
@ -352,7 +352,6 @@ set(src_framework
|
|||
framework/File.cpp
|
||||
framework/FileSystem.cpp
|
||||
framework/KeyInput.cpp
|
||||
framework/Unzip.cpp
|
||||
framework/UsercmdGen.cpp
|
||||
framework/Session_menu.cpp
|
||||
framework/Session.cpp
|
||||
|
@ -362,6 +361,8 @@ set(src_framework
|
|||
framework/async/MsgChannel.cpp
|
||||
framework/async/NetworkSystem.cpp
|
||||
framework/async/ServerScan.cpp
|
||||
framework/minizip/ioapi.c
|
||||
framework/minizip/unzip.cpp
|
||||
)
|
||||
|
||||
set(src_cm
|
||||
|
|
Loading…
Reference in a new issue