Kaydet (Commit) c4080025 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS libxslt02 (1.219.8); FILE MERGED

2007/04/22 22:03:45 cmc 1.219.8.2: RESYNC: (1.219-1.229); FILE MERGED
2006/12/26 20:33:27 cmc 1.219.8.1: #i30380# integrate libxslt
üst eaf7f207
......@@ -4,9 +4,9 @@
*
* $RCSfile: file_library_ooo.scp,v $
*
* $Revision: 1.232 $
* $Revision: 1.233 $
*
* last change: $Author: gm $ $Date: 2007-05-10 11:06:21 $
* last change: $Author: kz $ $Date: 2007-05-10 13:18:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -2510,6 +2510,24 @@ File gid_File_Lib_Xml2
End
#endif
#ifndef SYSTEM_LIBXSLT
File gid_File_Lib_Xslt
TXT_FILE_BODY;
Styles = (PACKED);
Dir = gid_Dir_Program;
#ifdef UNX
#ifdef MACOSX
Name = STRING(CONCAT3(libxslt,.1.1.16,UNXSUFFIX));
#else
Name = STRING(CONCAT3(libxslt,UNXSUFFIX,.1.1.16));
#endif
#else
Name = "libxslt.dll";
#endif
End
#endif
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Unoxml, unoxml )
File gid_File_Lib_Jvmfwk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment