From 0b1e621c36d9e474cae23ba4d0814fb0b8b2bec0 Mon Sep 17 00:00:00 2001 From: valenok Date: Sat, 28 Aug 2010 18:05:21 +0100 Subject: [PATCH] better comment for windows build --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 25a9e014..7e19124b 100644 --- a/Makefile +++ b/Makefile @@ -47,9 +47,9 @@ solaris: ### WINDOWS build: Using Visual Studio or Mingw ########################################################################## -# Using Visual Studio 6.0 -# Assuming that studio is installed in d:\vc6, change VC variable below to -# the correct path on your system. Run "d:\vc6\bin\nmake windows" +# Using Visual Studio 6.0. To build Mongoose: +# o Set VC variable below to where VS 6.0 is installed on your system +# o Run "PATH_TO_VC6\bin\nmake windows" VC= q:\vc6 #DBG= /Zi /DDEBUG /Od /DDEBUG