Index: build/win32/build_neon.bat
===================================================================
--- build/win32/build_neon.bat	(revision 5921)
+++ build/win32/build_neon.bat	(working copy)
@@ -1,4 +1,5 @@
 @echo off
+cd ..\..\neon
 @rem **************************************************************************
 @rem * From the neon directory in the Subversion source tree, run this
 @rem * batch file like so:
@@ -10,8 +11,8 @@
 @rem * Edit and uncomment the following lines to add zlib and OpenSSL
 @rem * support to the Neon libraries:
 @rem *
-@rem set OPENSSL_SRC=..\..\common\openssl
-@rem set ZLIB_SRC=..\..\common\zlib114-win32
+set OPENSSL_SRC=..\..\common\openssl
+set ZLIB_SRC=..\..\common\zlib
 @rem *
 @rem * NOTE: The paths should be relative to the Neon directory, ..\..\neon
 @rem **************************************************************************


