Index: INSTALL
===================================================================
RCS file: /repository/curl/docs/INSTALL,v
retrieving revision 1.49
diff -u -r1.49 INSTALL
--- INSTALL	2 Feb 2004 15:34:09 -0000	1.49
+++ INSTALL	23 Feb 2004 19:13:06 -0000
@@ -144,7 +144,7 @@
       Microsoft command line style
       ----------------------------
         Run the 'vcvars32.bat' file to get the proper environment variables
-        set, then run 'nmake vc' in the root dir.
+        set, then run 'nmake /f Makefile.dist vc' in the root dir.
 
         The vcvars32.bat file is part of the Microsoft development
         environment.
@@ -212,8 +212,9 @@
 
           set ZLIB_PATH=c:\zlib-1.1.4
 
-        Then run 'nmake vc-ssl' or 'nmake vc-ssl-dll' in curl's root
-        directory.  'nmake vc-ssl' will create a libcurl static and dynamic
+        Then run 'nmake /f Makefile.dist vc-ssl' or
+        'nmake /f Makefile.dist vc-ssl-dll' in curl's root directory.
+        'nmake vc-ssl' will create a libcurl static and dynamic
         libraries in the lib subdirectory, as well as a statically linked
         version of curl.exe in the src subdirectory.  This statically linked
         version is a standalone executable not requiring any DLL at

