You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lu...@apache.org on 2015/09/17 02:21:30 UTC

svn commit: r1703474 - /subversion/trunk/INSTALL

Author: luke1410
Date: Thu Sep 17 00:21:29 2015
New Revision: 1703474

URL: http://svn.apache.org/r1703474
Log:
Following up on r1703419, remove now implicit -t vcproj command from gen-make
in INSTALL build instructions.

* INSTALL
  Documentation updated

Modified:
    subversion/trunk/INSTALL

Modified: subversion/trunk/INSTALL
URL: http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1703474&r1=1703473&r2=1703474&view=diff
==============================================================================
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Thu Sep 17 00:21:29 2015
@@ -1001,9 +1001,9 @@ II.   INSTALLATION
       gen-make.py will already have been run. If the source is from the zip
       file, Apache 2 has not been built so gen-make.py must be run:
 
-      C:>python gen-make.py -t vcproj --vsnet-version=20xx
-          --with-berkeley-db=db4-win32 --with-openssl=..\openssl-0.9.7f
-          --with-zlib=..\zlib --with-libintl=..\svn-win32-libintl
+      C:>python gen-make.py --vsnet-version=20xx --with-berkeley-db=db4-win32
+          --with-openssl=..\openssl-0.9.7f --with-zlib=..\zlib
+          --with-libintl=..\svn-win32-libintl
 
       Then build subversion: