graphite2 consolidated patch
This commit is contained in:
parent
ce6ad9d908
commit
84e65e2613
1 changed files with 15 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue