da23564a52
2009-10-28 06:49:21 +0100 tkr r277234 : #105418# rebase issue SYSSHELLLIB doesn't exist anymore 2009-10-27 12:25:20 +0100 tkr r277198 : #105418# rebase issue SYSSHELLLIB doesn't exist anymore 2009-10-26 08:06:52 +0100 tkr r277172 : #105418# rename -lineon to -lneon for mingw port 2009-10-22 14:58:56 +0200 tkr r277125 : #i105418# rename neon lib name 2009-10-22 14:56:48 +0200 tkr r277123 : #i105418# rename neon lib name 2009-10-14 13:33:53 +0200 tkr r276894 : #i105891# windows ifilter relocated 2009-10-12 12:12:43 +0200 tkr r276826 : CWS-TOOLING: rebase CWS tkr27 to branches/OOO320@276773 (milestone: OOO320:m1) 2009-10-08 12:50:50 +0200 tkr r276787 : #i105418# introduced new defines for special_lib_file 2009-10-08 12:48:08 +0200 tkr r276786 : #i105418# build neon as shared library 2009-10-08 12:13:35 +0200 tkr r276782 : #i105418# build neon as shared library 2009-09-29 12:46:16 +0200 tkr r276523 : #i105418# build neon as shared library 2009-09-29 12:36:15 +0200 tkr r276522 : #i105418# build neon as shared library 2009-09-29 12:17:21 +0200 tkr r276519 : #i105418# build neon as shared library 2009-09-29 11:11:33 +0200 tkr r276512 : #i105418# build neon as shared library 2009-09-29 10:39:19 +0200 tkr r276509 : #i105418# build neon as shared library 2009-09-29 10:36:45 +0200 tkr r276508 : #i105418# build neon as shared library
134 lines
3.3 KiB
Text
134 lines
3.3 KiB
Text
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2008 by Sun Microsystems, Inc.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: file_winexplorerext.scp,v $
|
|
* $Revision: 1.9 $
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
|
|
#include "macros.inc"
|
|
|
|
Directory gid_Dir_Shlxthdl
|
|
ParentID = gid_Dir_Program;
|
|
DosName = "shlxthdl";
|
|
End
|
|
|
|
File gid_File_Lib_OOoFilt
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = gid_Dir_Shlxthdl;
|
|
Name = "ooofilt.dll";
|
|
End
|
|
|
|
File gid_File_Lib_OOoFiltProxy
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = gid_Dir_Shlxthdl;
|
|
Name = "ooofiltproxy.dll";
|
|
End
|
|
|
|
#ifdef BUILD_X64
|
|
|
|
File gid_File_Lib_OOoFilt64
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = gid_Dir_Shlxthdl;
|
|
Name = "ooofilt_x64.dll";
|
|
ComponentCondition = "VersionNT64";
|
|
End
|
|
|
|
File gid_File_Lib_OOoFiltProxy64
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = gid_Dir_Shlxthdl;
|
|
Name = "ooofiltproxy_x64.dll";
|
|
ComponentCondition = "VersionNT64";
|
|
End
|
|
|
|
#endif
|
|
|
|
File gid_File_Lib_Shlxthdl
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = gid_Dir_Shlxthdl;
|
|
Name = "shlxthdl.dll";
|
|
End
|
|
|
|
#ifdef BUILD_X64
|
|
File gid_File_Lib_Shlxthdl64
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = gid_Dir_Shlxthdl;
|
|
Name = "shlxthdl_x64.dll";
|
|
ComponentCondition = "VersionNT64";
|
|
End
|
|
|
|
#endif
|
|
|
|
#if defined M1310
|
|
File gid_File_Lib_Shlxthdl_Msvcr71
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Dir_Shlxthdl;
|
|
Name = SCP2_URE_DL_NORMAL("msvcr71" SCP2_STDLP_DEBUG);
|
|
Styles = (PACKED);
|
|
End
|
|
#endif
|
|
|
|
#if !defined USE_SYSTEM_STL
|
|
File gid_File_Lib_Shlxthdl_Stlport
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Dir_Shlxthdl;
|
|
#if defined _gcc3 /* && defined WNT */
|
|
#if defined _STLP_DEBUG
|
|
Name = SCP2_URE_DL_NORMAL("libstlport_gcc_stldebug");
|
|
#else
|
|
Name = SCP2_URE_DL_NORMAL("libstlport_gcc");
|
|
#endif
|
|
#elif (defined(M1310) || defined(M1400) || defined(M1500)) /* && defined WNT */
|
|
#if defined _STLP_DEBUG
|
|
Name = SCP2_URE_DL_NORMAL("stlport_vc71_stldebug45");
|
|
#else
|
|
Name = SCP2_URE_DL_NORMAL("stlport_vc7145");
|
|
#endif
|
|
#else
|
|
#error "stlport dynamic library: unsupported platform"
|
|
#endif
|
|
Styles = (PACKED);
|
|
End
|
|
#endif
|
|
|
|
File gid_File_Lib_Shlxtmsi
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "shlxtmsi.dll";
|
|
End
|
|
|
|
File gid_File_Lib_Reg64
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "reg64msi.dll";
|
|
End
|