提交 3d6a84c4 编写于 作者: R Richard Levitte

For VC++7 and up, the file is VSVARS32.BAT.

PR: 327
上级 5fe11c75
...@@ -490,10 +490,13 @@ and then redo the compilation. What you should really do is make sure ...@@ -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 Sometimes, you may get reports from VC++ command line (cl) that it
can't find standard include files like stdio.h and other weirdnesses. can't find standard include files like stdio.h and other weirdnesses.
One possible cause is that the environment isn't correctly set up. 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 To solve that problem for VC++ versions up to 6, one should run
the 'bin' subdirectory of the VC++ installation directory (somewhere VCVARS32.BAT which is found in the 'bin' subdirectory of the VC++
under 'Program Files'). This needs to be done prior to running NMAKE, installation directory (somewhere under 'Program Files'). For VC++
and the changes are only valid for the current DOS session. 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? * What is special about OpenSSL on Redhat?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册