From 93b6f9cf2916dfe99b590370404103eb949ccde6 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Mon, 28 Feb 2011 17:35:51 +0100 Subject: CWS gnumake4: convert regexp to new build system [hg:56e4316f8d74] --- scp2/source/ooo/file_library_ooo.scp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'scp2') 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; -- cgit