mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-23 11:31:05 +00:00
Add missing object file to zlib Makefile
This commit is contained in:
parent
584ff64b49
commit
6a264f80b7
1 changed files with 2 additions and 1 deletions
3
external/zlib/win32/Makefile.msc
vendored
3
external/zlib/win32/Makefile.msc
vendored
|
@ -30,7 +30,8 @@ ARFLAGS = -nologo
|
|||
RCFLAGS = /dWIN32 /r
|
||||
|
||||
OBJS = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj \
|
||||
gzwrite.obj infback.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
|
||||
gzwrite.obj infback.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj \
|
||||
inffast.obj
|
||||
OBJA =
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue