This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XFree 4.2.1 + fontconfig-2


Alan Hourihane wrote:

> The following will work....
> 
> Instead of
> 
> program: $(X11lib) $(Xtlib) 
> 
> Do this
> 
> DONE: $(X11lib) $(Xtlib)
> 
> and at the end of the SharedLibraryTarget() stuff and other same 
> functions do this
> 
> 	> DONE
> 
> Which will touch a file called DONE and that's the dependency.

I've solved it in another way. The complete build process stays with 
libName.a even for shared libraries. But I install the import library
as libName.dll.a. This solutions is so simple, why haven't I thought of
it earlier? ;)

If the make world runs cleanly i'll send the new patch.

bye
    ago
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]