I cooked up another patch, for neon-0.21.1, that lets it build
on Windows without zlib. Sorry I didn't catch this earlier ...
diff -ru neon-0.21.1/neon.mak neon/neon.mak
--- neon-0.21.1/neon.mak 2002-06-03 00:02:16.000000000 +0200
+++ neon/neon.mak 2002-06-04 13:19:35.000000000 +0200
@@ -62,6 +62,7 @@
"$(INTDIR)\ne_alloc.obj" \
"$(INTDIR)\ne_auth.obj" \
"$(INTDIR)\ne_basic.obj" \
+ "$(INTDIR)\ne_compress.obj" \
"$(INTDIR)\ne_cookies.obj" \
"$(INTDIR)\ne_dates.obj" \
"$(INTDIR)\ne_i18n.obj" \
@@ -83,7 +84,7 @@
$(OPENSSL_SRC)\lib\ssleay32.lib
!ENDIF
!IF "$(ZLIB_SRC)" != ""
-LIB32_OBJS = $(LIB32_OBJS) "$(INTDIR)\ne_compress.obj" $(ZLIB_LIBS)
+LIB32_OBJS = $(LIB32_OBJS) $(ZLIB_LIBS)
!ENDIF
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 4 13:27:02 2002