diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-28 17:35:51 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-16 13:40:39 +0200 |
commit | b7a68ea014f6f5921b5ee4b0b1131748ef529091 (patch) | |
tree | b2b392ad1b97779605ce572cd19ae267ffe1897b /scp2 | |
parent | b63a712e5acb2a921dd187f8d8cd1ce1d248eed3 (diff) |
CWS gnumake4: convert regexp to new build system [hg:56e4316f8d74]
Diffstat (limited to 'scp2')
-rwxr-xr-x | scp2/source/ooo/file_library_ooo.scp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 6f2905f47..94f42dcb9 100755 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -645,16 +645,7 @@ File gid_File_Lib_I18npool #endif End -File gid_File_Lib_I18nregexp - TXT_FILE_BODY; - Styles = (PACKED); - Dir = SCP2_OOO_BIN_DIR; - #ifdef UNX - Name = STRING(CONCAT3(libi18nregexp,COMID,UNXSUFFIX)); - #else - Name = STRING(CONCAT3(i18nregexp,COMID,.dll)); - #endif -End +STD_LIB_FILE( gid_File_I18nregexp, i18nregexp ) File gid_File_Lib_I18nsearch TXT_FILE_BODY; |