2012/11/12 Václav Šmilauer <[email protected]>

>
> > Common practice is to put the DLL in the $PREFIX/bin directory and to
> > put the import libraries in $PREFIX/lib.  Since it is common practice
> > doing otherwise might upset your users.
> What do you mean by import libraries here? DLLs which get
> LoadLibraryEx'd at runtime and which are not needed for resolving DLL
> dependencies?
>

No, import libraries often named *.dll.a (or also .lib by MSVC), used to
resolve references at link time so runtime loading is a bit quicker. Check
the lib folder in Qt4, it contains these, alongside the binary DLL's which
were copied to bin during the build process.

Ruben


>
> Vaclav
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov
> _______________________________________________
> Mingw-w64-public mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to