[Delta] Beta 4 deferred
Justin Karneges
justin-psi2 at affinix.com
Fri Apr 27 12:14:45 PDT 2007
On Friday 27 April 2007 11:36 am, Alon Bar-Lev wrote:
> On 4/27/07, Justin Karneges <justin-psi2 at affinix.com> wrote:
> > I used your Makefile.w32-vc, and reworked it to use the 'lib' command
> > instead of the 'link' command. You might consider allowing this as an
> > option, even though static builds are not very practical.
>
> Done.
> But I guess that the qca-pkcs11.pro should be modified to use
> -lpkcs11-helper if static.
> Is there a condition I can put?
I'd suggest using the same name for static or dynamic, as that's the most
common way to do it. You'd also get unix support for static that way too.
(Side note: prefixing your DLL name with 'lib' is a bit unconventional for
windows. It should probably be called pkcs11-helper-1.dll.)
It is not necessary to modify qca-pkcs11.pro. I think when you do a static
build, the LIBS variable is ignored. All the dependencies have to be
specified at the time of link. For my static build, I moved all plugin
dependencies into qcatool.pro by hand (I'll see about making this easier).
-Justin
More information about the delta
mailing list