Kaydet (Commit) a0c354b9 authored tarafından Release Engineers's avatar Release Engineers

CWS-TOOLING: integrate CWS tkr23

2009-07-21 15:03:57 +0200 tkr  r274199 : #i64277# open file only if needed and close immediately after use
2009-07-17 12:25:41 +0200 tkr  r274087 : #i96743# patch minizip to provide stream operations
2009-07-17 12:21:13 +0200 tkr  r274086 : #i96743# add new ifilter interface: IPersistStream
üst a1bedf02
......@@ -61,7 +61,8 @@ BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
OUT2INC= \
zlib.h \
zconf.h \
contrib$/minizip$/unzip.h
contrib$/minizip$/unzip.h \
contrib$/minizip$/ioapi.h
PATCHED_HEADERS=$(INCCOM)$/patched$/zlib.h
......
......@@ -3,6 +3,7 @@ mkdir: %_DEST%\lib%_EXT%\x64
..\%__SRC%\inc\patched\zlib.h %_DEST%\inc%_EXT%\external\zlib\zlib.h
..\%__SRC%\inc\unzip.h %_DEST%\inc%_EXT%\external\zlib\unzip.h
..\%__SRC%\inc\ioapi.h %_DEST%\inc%_EXT%\external\zlib\ioapi.h
..\%__SRC%\inc\zconf.h %_DEST%\inc%_EXT%\external\zlib\zconf.h
..\%__SRC%\lib\libzlib.a %_DEST%\lib%_EXT%\libzlib.a
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment