diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-01-03 09:30:26 +0000 |
---|---|---|
committer | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-01-27 06:46:30 +0000 |
commit | 3d2fefd80082574a603895d47b73d740b7f31e7d (patch) | |
tree | d2be209e37845647cdbfdec61076c4e0e4633948 /scp2/source | |
parent | 9bdf5e9d107a09bad5d03189e76f20cb0bbcd15c (diff) |
fdo#72804 Add firebird.msg to install.
This provides saner error messages for malformed
or invalid sql.
Change-Id: I86664db1f1446128bb73e6749f8c00f8313dd414
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/firebird/file_firebird.scp | 16 | ||||
-rw-r--r-- | scp2/source/firebird/module_firebird.scp | 2 |
2 files changed, 6 insertions, 12 deletions
diff --git a/scp2/source/firebird/file_firebird.scp b/scp2/source/firebird/file_firebird.scp index 3f89147a8f51..cbdd232f67d5 100644 --- a/scp2/source/firebird/file_firebird.scp +++ b/scp2/source/firebird/file_firebird.scp @@ -20,17 +20,11 @@ #ifndef SYSTEM_FIREBIRD -File gid_File_Firebird_Lib - LIB_FILE_BODY; - Styles = (PACKED); - Dir = SCP2_OOO_LIB_DIR; - #if defined MACOSX - Name = "libfbembed.dylib"; - #elif defined UNX - Name = STRING(CONCAT3(libfbembed,UNXSUFFIX,.2.5)); - #else - Name = "ifbembed.dll"; - #endif +File gid_File_Firebird + TXT_FILE_BODY; + Styles = (FILELIST, PACKED); + Dir = FILELIST_DIR; + Name = "firebird.filelist"; End #endif diff --git a/scp2/source/firebird/module_firebird.scp b/scp2/source/firebird/module_firebird.scp index 1e7f74412dda..8e6c7d79aaaa 100644 --- a/scp2/source/firebird/module_firebird.scp +++ b/scp2/source/firebird/module_firebird.scp @@ -26,7 +26,7 @@ Module gid_Module_Firebird PackageInfo = "packinfo_office.txt"; ParentID = gid_Module_Root_Brand; Files = ( - File gid_File_Firebird_Lib + File gid_File_Firebird ); Styles = (HIDDEN_ROOT); End |