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

Commit 2c04799

Browse files
committed
The end
1 parent d9c2508 commit 2c04799

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

configure

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,4 +919,6 @@ s/\@VERSION\@/$VER/g;
919919
" > zlib.pc
920920

921921
# done
922-
leave 0
922+
echo "*** WARNING *** " | tee -a configure.log
923+
echo This project is no longer actively maintained. | tee -a configure.log
924+
leave 1

win32/Makefile.msc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ minigzip_d.exe: minigzip.obj $(IMPLIB)
7070
$(LD) $(LDFLAGS) -out:$@ minigzip.obj $(IMPLIB)
7171
if exist $@.manifest \
7272
mt -nologo -manifest $@.manifest -outputresource:$@;1
73+
echo " *** WARNING ***"
74+
echo "This project is no longer actively maintained."
75+
exit 1
7376

7477
{$(TOP)}.c.obj:
7578
$(CC) -c $(WFLAGS) $(CFLAGS) $<

0 commit comments

Comments
 (0)