summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f17fb29)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12962
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
LIBTARGET=..\..\lib\zlib.lib
# variables
LIBTARGET=..\..\lib\zlib.lib
# variables
-OBJ1=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)
-OBJ3=infutil$(O) inffast$(O)
+OBJECTS=adler32$(O) compress$(O) crc32$(O) gzio$(O) uncompr$(O) deflate$(O) &
+ trees$(O) zutil$(O) inflate$(O) infblock$(O) inftrees$(O) infcodes$(O) &
+ infutil$(O) inffast$(O)
$(LIBTARGET) : $(OBJECTS)
%create tmp.lbc
$(LIBTARGET) : $(OBJECTS)
%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