[FriBidi] Updated visual studio 2005 project files
Christophe Gisquet
christophe.gisquet at free.fr
Wed Dec 17 11:43:17 PST 2008
Hi,
these allow to build fribidi 0.19.1 with VS2005 (and I expect further
versions) at least in their Express (free as in beer) version as a
shared lib (ie .dll + .lib, equivalent to a .so and a .a) for windows.
The archive should extract to a visual/ folder.
On the topic of shared lib, fribidi-common.h tries to handle dynamic
libraries in the windows environment. Unfortunately, this is
insufficient:
- it forces dynamic lib and not static lib
- it is normally only valid for building the code, not linking
A proper solution (like curl, the closest example I had at hand) would
be the attached patch. I haven't tried to modify the autotools files
to account for this possibility and the new macro defs
FRIBIDI_STATICLIB and BUILDING_FRIBIDI.
Bye,
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fribidi-0.19.1.zip
Type: application/zip
Size: 3160 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/fribidi/attachments/20081217/9ca208c7/attachment.zip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winstatic.diff
Type: text/x-patch
Size: 569 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/fribidi/attachments/20081217/9ca208c7/attachment.bin
More information about the fribidi
mailing list