Re: [Mesa-dev] [PATCH] Avoid mesa_dri_drivers import lib being installed

2014-07-11 Thread Emil Velikov
On 11/07/14 14:39, Jon TURNEY wrote: > On Cygwin and MinGW, linking a shared library also generates an import library > > Use a wildcard which also matches the name of the megadriver import lib, > mesa_dri_drivers.dll.a, so that is also removed after megadriver symlinks are > created > > (This th

[Mesa-dev] [PATCH] Avoid mesa_dri_drivers import lib being installed

2014-07-11 Thread Jon TURNEY
On Cygwin and MinGW, linking a shared library also generates an import library Use a wildcard which also matches the name of the megadriver import lib, mesa_dri_drivers.dll.a, so that is also removed after megadriver symlinks are created (This then matches src/gallium/targets/dri/Makefile.am, whi