mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 11:09:01 +08:00
better comment for windows build
This commit is contained in:
parent
919f5363ad
commit
0b1e621c36
6
Makefile
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user