summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-28 17:35:51 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-16 13:40:39 +0200
commitb7a68ea014f6f5921b5ee4b0b1131748ef529091 (patch)
treeb2b392ad1b97779605ce572cd19ae267ffe1897b /scp2
parentb63a712e5acb2a921dd187f8d8cd1ce1d248eed3 (diff)
CWS gnumake4: convert regexp to new build system [hg:56e4316f8d74]
Diffstat (limited to 'scp2')
-rwxr-xr-xscp2/source/ooo/file_library_ooo.scp11
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;