fixed zlib watcom makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f17fb29767
commit
0a4f1bbf6d
@ -22,9 +22,9 @@ O=.obj
|
|||||||
LIBTARGET=..\..\lib\zlib.lib
|
LIBTARGET=..\..\lib\zlib.lib
|
||||||
|
|
||||||
# variables
|
# variables
|
||||||
OBJ1=adler32$(O) compress$(O) crc32$(O) gzio$(O) uncompr$(O) deflate$(O)
|
OBJECTS=adler32$(O) compress$(O) crc32$(O) gzio$(O) uncompr$(O) deflate$(O) &
|
||||||
OBJ2=trees$(O) zutil$(O) inflate$(O) infblock$(O) inftrees$(O) infcodes$(O)
|
trees$(O) zutil$(O) inflate$(O) infblock$(O) inftrees$(O) infcodes$(O) &
|
||||||
OBJ3=infutil$(O) inffast$(O)
|
infutil$(O) inffast$(O)
|
||||||
|
|
||||||
# all: test
|
# all: test
|
||||||
|
|
||||||
@ -82,7 +82,7 @@ minigzip.obj: minigzip.c zlib.h zconf.h
|
|||||||
|
|
||||||
$(LIBTARGET) : $(OBJECTS)
|
$(LIBTARGET) : $(OBJECTS)
|
||||||
%create tmp.lbc
|
%create tmp.lbc
|
||||||
@for %i in ( $(OBJ1) $(OBJ2) $(OBJ3) ) do @%append tmp.lbc +%i
|
@for %i in ( $(OBJECTS) ) do @%append tmp.lbc +%i
|
||||||
wlib /b /c /n /p=512 $^@ @tmp.lbc
|
wlib /b /c /n /p=512 $^@ @tmp.lbc
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user