Wayne,

I'm glad that you made it in the meantime.

> By the way, I searched my whole harddisk and I can't find the file
> vcvars.bat.  

My mistake, that was vcvars32.bat. This is the file that introduces the 
MSVC environment variables. 

> But I guess that is to do with the include path for the
> standard include header files (I managed to solve this by adding /I
> C:\PROGRA~1\DEVSTU~1\VC\BIN to the cl option, so the problem has been
> overcome).  I was facing with the problem of not having the ml.exe,
and I
> tried to modify the ntdll.mak file so that it won't compile assembly
files.

A complaint that is heard quite often. Ml.exe is found on one of the
CDROMs
of the MSDN library, but no one really uses it. 

The kicker is that the object files compiled with ml _are_ part of the
distribution, 
so theoretically no one would need to use the assembler. Problem is,
after the 
first "nmake" run, subsequent runs try to recompile the ASM files (I
don't know why). 
IMHO, this is a bug.

> Thank you.

You are welcome!

Ulrich Kr�ner
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to