I have created module "fribidi" in the repository; this started as a pristine 0.10.4, which is what we will require to link against.
I have now made changes necessary for building on win32 -- prefixed all exported functions with FRIBIDI_API macro which is defined to nothing on non-win32 platforms. The macro definition is located in fribidi-config.h I have also committed beginnings of MSVC project files (in directory win), currently only for building the DLL, the support programs are not built, as they are not required. If someone who uses cygwin could create a suitable cygwing makefile, it would be great. Please keep in mind that this module is only intended for maintaining build systems which are not part of the original fribidi distribution. It is not intended for fixing bugs in the fribidi code, for such please send patches to the fribidi maintainer. Tomas
