summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-30 19:01:56 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-30 19:01:56 +0000
commit3d6a84c42aa11e1be0660c83dc433a7b729d3caa (patch)
tree73f775bb33ad5525ad2a9396a49cf17273177d22 /FAQ
parent5fe11c7533f43fd49bcf20992c8eb7c6f773770d (diff)
For VC++7 and up, the file is VSVARS32.BAT.
PR: 327
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ11
1 files changed, 7 insertions, 4 deletions
diff --git a/FAQ b/FAQ
index 13eefd1c23..7634d169bd 100644
--- a/FAQ
+++ b/FAQ
@@ -490,10 +490,13 @@ and then redo the compilation. What you should really do is make sure
Sometimes, you may get reports from VC++ command line (cl) that it
can't find standard include files like stdio.h and other weirdnesses.
One possible cause is that the environment isn't correctly set up.
-To solve that problem, one should run VCVARS32.BAT which is found in
-the 'bin' subdirectory of the VC++ installation directory (somewhere
-under 'Program Files'). This needs to be done prior to running NMAKE,
-and the changes are only valid for the current DOS session.
+To solve that problem for VC++ versions up to 6, one should run
+VCVARS32.BAT which is found in the 'bin' subdirectory of the VC++
+installation directory (somewhere under 'Program Files'). For VC++
+version 7 (and up?), which is also called VS.NET, the file is called
+VSVARS32.BAT instead.
+This needs to be done prior to running NMAKE, and the changes are only
+valid for the current DOS session.
* What is special about OpenSSL on Redhat?