72 lines
1.9 KiB
Plaintext
72 lines
1.9 KiB
Plaintext
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
*/
|
|
|
|
#include "macros.inc"
|
|
|
|
#ifndef SYSTEM_FIREBIRD
|
|
|
|
/*File gid_File_Firebird
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Dir_Brand_Root;
|
|
Name = "firebird.filelist";
|
|
Styles = (FILELIST,USE_INTERNAL_RIGHTS);
|
|
End*/
|
|
|
|
File gid_File_Firebird_Lib_252
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
#ifdef MACOSX
|
|
Name = STRING(CONCAT4(libfbembed,.,2.5.2,UNXSUFFIX));
|
|
#else
|
|
Name = STRING(CONCAT4(libfbembed,UNXSUFFIX,.,2.5.2));
|
|
#endif
|
|
#endif
|
|
End
|
|
|
|
File gid_File_Firebird_Lib_25
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
#ifdef MACOSX
|
|
Name = STRING(CONCAT4(libfbembed,.,2.5,UNXSUFFIX));
|
|
#else
|
|
Name = STRING(CONCAT4(libfbembed,UNXSUFFIX,.,2.5));
|
|
#endif
|
|
#endif
|
|
End
|
|
|
|
File gid_File_Firebird_Lib
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
#ifdef MACOSX
|
|
Name = STRING(CONCAT2(libfbembed,UNXSUFFIX));
|
|
#else
|
|
Name = STRING(CONCAT2(libfbembed,UNXSUFFIX));
|
|
#endif
|
|
#else
|
|
Name = "ifbembed.dll";
|
|
#endif
|
|
End
|
|
|
|
#endif
|