Kaydet (Commit) 07532dd1 authored tarafından Andrzej J.R. Hunt's avatar Andrzej J.R. Hunt

Fix firebird lib installation location.

Change-Id: Ia7f649abbfe0793dd9389a415845fc1307206798
üst 67ff964c
......@@ -20,11 +20,52 @@
#ifndef SYSTEM_FIREBIRD
File gid_File_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(CONCAT3(libfbembed,.,UNXSUFFIX));
#else
Name = STRING(CONCAT2(libfbembed,UNXSUFFIX));
#endif
#else
Name = "ifbembed.dll";
#endif
End
#endif
......@@ -24,10 +24,14 @@ Module gid_Module_Firebird
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root_Brand;
Dirs = ();
Files = (gid_File_Lib_Firebird,
gid_File_Firebird);
Files = (
#ifdef UNX
File gid_File_Firebird_Lib_252,
File gid_File_Firebird_Lib_25,
#endif
File gid_File_Firebird_Lib
);
Unixlinks = ();
Styles = (HIDDEN_ROOT);
End
#endif
\ No newline at end of file
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