On 10 Mrz., 21:00, Stefan Küng <tortoise..._at_gmail.com> wrote:
> On 10.03.2010 15:14, Markus Oberlassnig wrote:
>
> > But I'm still a little confused: I though I have done this.
> > Is it correct that this has do be done in the ext/build/apr.build?
> > I also thought that it will be recognized autmatically when I perform
> > "nant x64 setup".
> > In the build file there is the section:
> > <define name="WIN64" if="${platform == 'x64'}" />
> > I have checked this ${platform == 'x64'} returns true.
> > I also have put it in without check:
> > <define name="WIN64"/>
>
> > Have I to define it also on a other place?
>
> you mentioned that you did your own build, so I assumed that you're not
> using the tsvn build scripts.
> But since you obviously do: what are the changes you made to the build
> scripts?
>
> Stefan
>
> --
> ___
> oo // \\ "De Chelonian Mobile"
> (_,\/ \_/ \ TortoiseSVN
> \ \_/_\_/> The coolest Interface to (Sub)Version Control
> /_/ \_\ http://tortoisesvn.net
>
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessa...
>
> To unsubscribe from this discussion, e-mail: [dev-unsubscr..._at_tortoisesvn.tigris.org].
Hello Stefan,
oh sorry I want not to confuse. (Ich versuchs auf deutsch: I mache
kein eigenes Build, sonder baue es nur selbst, da ich das Zertifikat
für die Kommunikation vom Windows Zertifikatsspeicher lesen muss)
The only thing I have changed in the build scripts is, that I added
the following lines to the ext/build/OpenSSL.build
<arg value="experimental-capieng" />
<arg value="-DOPENSSL_SSL_CLIENT_ENGINE_AUTO=capi" />
<arg value="-DOPENSSL_CAPIENG_DIALOG"/>
I'm using openssl version 1.0.0-stable-SNAP-20100223 (that worked
fine, when building the 32 bit version)
Further I use Tools 1.6.
The rest is done like described in the build.txt (Using Visual Studio
2008 SP1).
Regards,
Markus
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2458597
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-03-12 11:31:53 CET