INTEGRATION: CWS macosx03 (1.86.8); FILE MERGED

2005/03/06 19:43:49 pjanik 1.86.8.1: #i43994#: libxml2 has different name on MacOS X.
This commit is contained in:
Vladimir Glazounov 2005-03-10 13:04:46 +00:00
parent e8ed89d9dd
commit e74c27b8af

View file

@ -2,9 +2,9 @@
*
* $RCSfile: file_library_ooo.scp,v $
*
* $Revision: 1.87 $
* $Revision: 1.88 $
*
* last change: $Author: kz $ $Date: 2005-03-01 17:10:32 $
* last change: $Author: vg $ $Date: 2005-03-10 14:04:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -2013,7 +2013,11 @@ File gid_File_Lib_Xml2
Styles = (PACKED);
Dir = gid_Dir_Program;
#ifdef UNX
Name = STRING(CONCAT3(libxml2,UNXSUFFIX,.2.6.17));
#ifdef MACOSX
Name = STRING(CONCAT3(libxml2,.2.6.17,UNXSUFFIX));
#else
Name = STRING(CONCAT3(libxml2,UNXSUFFIX,.2.6.17));
#endif
#else
Name = "libxml2.dll";
#endif