Index: INSTALL
===================================================================
--- INSTALL	(revision 7173)
+++ INSTALL	(working copy)
@@ -662,11 +662,12 @@
       C:\Subversion> xcopy /S httpd-2.0.47\srclib\apr src\apr
       C:\Subversion> xcopy /S httpd-2.0.47\srclib\apr-util src\apr-util
       C:\Subversion> xcopy /S httpd-2.0.47\srclib\apr-iconv src\apr-iconv
-      C:\Subversion> msdev httpd-2.0.47\apache.dsw /MAKE ALL
+      C:\Subversion> msdev httpd-2.0.47\apache.dsw /MAKE "BuildBin - Win32 Debug"
       C:\Subversion> cd src
       C:\Subversion\src> python gen-make.py -t dsp --with-httpd=..\httpd-2.0.47
-      C:\Subversion\src> msdev subversion_msvc.dsw /MAKE __ALL__
+      C:\Subversion\src> msdev subversion_msvc.dsw /MAKE "__ALL__ - Win32 Debug"

+      (substitute Release instead of Debug if you want binaries without debug info).

       [NOTE: There have been rumors that Subversion on Win32 can be built
           using the latest cygwin. ymmv.]


