On 28-06-2010 10:54, Deckers, Rob wrote:
To build OpenSSL without Perl, I want to use CMake ( only for windows )
files to generate visual studio solutions.
I want to have the same defines set as when I build it like this:
 perl Configure VC-WIN32 no-asm --prefix=c:\some\openssl\dir
 ms\do_ms
 nmake -f ms\ntdll.mak install

How can I easly find out what defines to set, of can anyone tell me this?


The easiest way is to run the two commands above on a computer with perl, and then look carefully at the resulting scripts and files.

If you are looking for a small, minimal-impact perl to use for this, try
"Strawberry perl", 5.12 or later, run its MSI file and then remove its
bogus setting of the TERM environment variable from the "My Computer" properties.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to