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

[PATCH] Update vc6-build.bat.

From: Martin Tomes <lists_at_tomes.org>
Date: 2004-08-11 12:05:30 CEST

My humblest apologies for missing this in my last patch.

----------------------------------------------------------------
Update the Win32 build batch file to match INSTALL instructions.

    * vc6-build.bat.in
      Run gen-make.py before building Apache in order to prevent
      building incompatible versions of apr.
----------------------------------------------------------------

-- 
Martin Tomes
echo 'martin at tomes x org x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'
The Subversion Wiki is at http://www.subversionary.org/

Index: vc6-build.bat.in
===================================================================
--- vc6-build.bat.in (revision 10592)
+++ vc6-build.bat.in (working copy)
@@ -81,11 +81,13 @@
 cd ..\..
 
 rem ====== Build Apache 2
+cd src-%DIR%
+python gen-make.py -t dsp --with-httpd=..\httpd-2.0.50 --with-berkeley-db=db4-win32 --with-openssl=..\openssl-0.9.7d --with-zlib=..\zlib --enable-nls --enable-bdb-in-apr-util
+cd ..
 msdev httpd-2.0.50\apache.dsw /MAKE "BuildBin - Win32 Release"
 
 rem ====== Subversion
 cd src-%DIR%
-python gen-make.py -t dsp --with-httpd=..\httpd-2.0.50 --with-berkeley-db=db4-win32 --with-openssl=..\openssl-0.9.7d --with-zlib=..\zlib --enable-nls --enable-bdb-in-apr-util
 msdev subversion_msvc.dsw /USEENV /MAKE "__ALL_TESTS__ - Win32 Release"
 mkdir Release\subversion\tests\clients
 xcopy /S /Y subversion\tests\clients Release\subversion\tests\clients

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 11 12:05:56 2004

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.