Re: Building OpenSSL 1.0.1j using Visual C++ and MASM

2014-11-08 Thread Andy Polyakov
Hi, > Hello, I built OpenSSL 1.0.1j this way, which in the case of x86 I have > done with some previous versions as well: > > x86: > perl Configure debug-VC-WIN32 enable-static-engine > ms\do_ms > nmake -f ms\ntdll.mak > > x64: > perl Configure debug-VC-WIN64A enable-static-engine > ms\do_win64a

Building OpenSSL 1.0.1j using Visual C++ and MASM

2014-11-03 Thread Ray Satiro
Hello, I built OpenSSL 1.0.1j this way, which in the case of x86 I have done with some previous versions as well: x86: perl Configure debug-VC-WIN32 enable-static-engine ms\do_ms nmake -f ms\ntdll.mak x64: perl Configure debug-VC-WIN64A enable-static-engine ms\do_win64a nmake -f ms\ntdll.mak I