Re: Fribidi binaries for win32?
Mikey Cooper <[email protected]>
| Newsgroups | gmane.comp.internationalization.fribidi |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2004-08-27 at 01:36 -0400, Behdad Esfahbod wrote: > I don't really know enough win32. Does it matter if it's done > using cygwin or visual studio? I think it does. Visual Studio would work fine. I believe Cygwin would work too if the "-mno-cygwin" flag is passed during compilation and linking so it doesn't use the cygwin1.dll runtime. dllwrap also needs --target=i386-mingw32 passed to it as it doesn't recognize -mno-cygwin and will link to cygwin1.dll otherwise (a bug that might have been fixed by now). > since that newer thing is not released yet, I can give 0.10.4 a > try. I don't expect it to be hard, I will try tomorrow and will > put it on the fribidi.org page and send you a note to test it. Awesome, thankya much! Mikey