On 6/28/2010 7:15 AM, Jakob Bohm wrote:
> 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.
>
>
If there are any environment settings the windows commands
set >before
run before any of the configuration steps will save the before state
run the scripts
set >after
will give you the after state,. and you can compare the outputs to see
if there are any differences.  The SFU free utilities includes a perl
that can be used as well.


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

Reply via email to