#100535# deliver unzip.h
This commit is contained in:
parent
26af96096f
commit
cd0a1c778e
2 changed files with 5 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.1 $
|
||||
# $Revision: 1.2 $
|
||||
#
|
||||
# last change: $Author: hjs $ $Date: 2002-04-22 17:26:14 $
|
||||
# last change: $Author: hjs $ $Date: 2002-08-22 12:22:42 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -83,7 +83,8 @@ BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
|
|||
|
||||
OUT2INC= \
|
||||
zlib.h \
|
||||
zconf.h
|
||||
zconf.h \
|
||||
contrib$/minizip$/unzip.h
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ mkdir: %_DEST%\inc%_EXT%\external\zlib
|
|||
|
||||
..\%__SRC%\inc\zlib.h %_DEST%\inc%_EXT%\external\zlib\zlib.h
|
||||
..\%__SRC%\inc\zconf.h %_DEST%\inc%_EXT%\external\zconf.h
|
||||
..\%__SRC%\inc\unzip.h %_DEST%\inc%_EXT%\external\unzip.h
|
||||
|
||||
..\%__SRC%\lib\libzlib.a %_DEST%\lib%_EXT%\libzlib.a
|
||||
..\%__SRC%\slb\zlib.lib %_DEST%\lib%_EXT%\zlib.lib
|
||||
|
|
Loading…
Reference in a new issue