[Bf-translations-svn] SVN commit: /data/svn/bf-translations [612] trunk/po/tools: Adding win32 dll of fribidi, as it seems a bit hard to find on the web ( this one comes from http://code.google.com/p/maxmods/source/browse/trunk/ rtl.mod/lib/win32/libfribidi.dll?r=1169 ).

bf-translations at blender.org bf-translations at blender.org
Tue May 8 11:06:14 CEST 2012


Revision: 612
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-translations&revision=612
Author:   mont29
Date:     2012-05-08 09:06:14 +0000 (Tue, 08 May 2012)
Log Message:
-----------
Adding win32 dll of fribidi, as it seems a bit hard to find on the web (this one comes from http://code.google.com/p/maxmods/source/browse/trunk/rtl.mod/lib/win32/libfribidi.dll?r=1169 ).

Tested by Yousef Hurfoush (bat3a).

Modified Paths:
--------------
    trunk/po/tools/settings.py

Added Paths:
-----------
    trunk/po/tools/libfribidi.dll

Added: trunk/po/tools/libfribidi.dll
===================================================================
(Binary files differ)


Property changes on: trunk/po/tools/libfribidi.dll
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: trunk/po/tools/settings.py
===================================================================
--- trunk/po/tools/settings.py	2012-05-08 06:32:10 UTC (rev 611)
+++ trunk/po/tools/settings.py	2012-05-08 09:06:14 UTC (rev 612)
@@ -147,7 +147,8 @@
 GETTEXT_MSGFMT_EXECUTABLE = "msgfmt"
 
 # The FriBidi C compiled library (.so under Linux, .dll under windows...).
-# You’ll likely have to edit it if you’re under Windows.
+# You’ll likely have to edit it if you’re under Windows., e.g. using the included one:
+# FRIBIDI_LIB = os.path.join(TOOLS_DIR, "libfribidi.dll")
 FRIBIDI_LIB = "libfribidi.so.0"
 
 # The name of the (currently empty) file that must be present in a po's



More information about the Bf-translations-svn mailing list