RE: Here is how to build with BCB5 using nasm

2002-11-05 Thread Jasper Spit
Thanks, this works fine for me with BCB6. No compile errors/altering header files either. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:owner-openssl-users@;openssl.org] Namens Keary Phillips Verzonden: zondag 3 november 2002 20:41 Aan: [EMAIL PROTECTED] Onderwerp: Here is how to

Re: Here is how to build with BCB5 using nasm

2002-11-03 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sun, 03 Nov 2002 18:09:03 -0800, Keary Phillips <[EMAIL PROTECTED]> said: kearyp> The above works but the following might be slightly better kearyp> only because the "-f obj" designation goes with the nasmw kearyp> compiler option as opposed to being part of the

Re: Here is how to build with BCB5 using nasm

2002-11-03 Thread Keary Phillips
At 01:38 AM 11/4/2002 +0100, Richard Levitte - VMS Whacker wrote: Try the attached patch. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 \ SWEDEN \ or +46-708-26 53 44 Procurator Odiosus Ex In

Re: Here is how to build with BCB5 using nasm

2002-11-03 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sun, 03 Nov 2002 11:41:09 -0800, Keary Phillips <[EMAIL PROTECTED]> said: kearyp> 5) In {OpenSSL}\ms\bcb.mak find the line like this: ASM=n_o_T_a_s_m kearyp> and change it to this: ASM=nasmw -f obj kearyp> kearyp> VC++ uses a newer object format so it us