[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Neon windows build

From: <brane_at_xbc.nu>
Date: 2002-06-04 13:26:37 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.