diff options
author | Martin Hosken <martin_hosken@sil.org> | 2011-02-25 23:00:28 +0700 |
---|---|---|
committer | Martin Hosken <martin_hosken@sil.org> | 2011-03-10 22:36:32 +0700 |
commit | f4a5286839d3ff9ddc0165b756e11e3d6201a732 (patch) | |
tree | 38cd069ff91018d90714dde364e3e23c782f0201 /scp2 | |
parent | ecf0432588b9150fa7b912c53d8efb1deaa4dc33 (diff) |
graphite2 consolidated patch
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 54836a8b8d5c..47bce4adbbb1 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -808,6 +808,21 @@ End #endif +#ifndef SYSTEM_GRAPHITE + +File gid_File_Lib_Graphite + TXT_FILE_BODY; + #ifdef UNX + Name = STRING(CONCAT8(libgraphite2,UNXSUFFIX,.,2,.,0,.,0)); + #else + Name = graphite2.dll; + #endif + Dir = SCP2_OOO_BIN_DIR; + Styles = (PACKED); +End + +#endif + #ifdef SOLAR_JAVA STD_UNO_LIB_FILE( gid_File_Lib_Jdbc, jdbc) |