Home | History | Annotate | Download | only in delphi

Lines Matching refs:ZLIB_LIB

19 ZLIB_LIB = zlib.lib
28 all: $(ZLIB_LIB) example.exe minigzip.exe
73 $(ZLIB_LIB): $(OBJ1) $(OBJ2)
74 -del $(ZLIB_LIB)
75 $(AR) $(ZLIB_LIB) $(OBJP1)
76 $(AR) $(ZLIB_LIB) $(OBJP2)
84 example.exe: example.obj $(ZLIB_LIB)
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
87 minigzip.exe: minigzip.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)