Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
The end
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkukunas committed Mar 1, 2024
1 parent 9593726 commit 6a0a605
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -919,4 +919,6 @@ s/\@VERSION\@/$VER/g;
" > zlib.pc

# done
leave 0
echo "*** WARNING *** " | tee -a configure.log
echo This project is archived and no longer actively maintained. | tee -a configure.log
leave 1
3 changes: 3 additions & 0 deletions win32/Makefile.msc
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ minigzip_d.exe: minigzip.obj $(IMPLIB)
$(LD) $(LDFLAGS) -out:$@ minigzip.obj $(IMPLIB)
if exist $@.manifest \
mt -nologo -manifest $@.manifest -outputresource:$@;1
echo " *** WARNING ***"
echo "This project is archived and no longer actively maintained."
exit 1

{$(TOP)}.c.obj:
$(CC) -c $(WFLAGS) $(CFLAGS) $<
Expand Down

0 comments on commit 6a0a605

Please sign in to comment.