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
commit93b6f9cf2916dfe99b590370404103eb949ccde6 (patch)
tree6da7aece23ec28edfc17569ad6a608ea4d4bde98 /scp2
parentb8abc817c4d1b39b1cc12b6ba3a09c44672d251b (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 6f2905f47505..94f42dcb96e4 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;