Kaydet (Commit) 62c67b2f authored tarafından Michael Meeks's avatar Michael Meeks

remove obsolete regexp pieces.

üst 983a62b5
......@@ -142,7 +142,6 @@ psprint_config\
pyuno\
qadevOOo\
readlicense_oo\
regexp\
registry\
remotebridges\
reportbuilder\
......
......@@ -65,7 +65,6 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
$(if $(filter QADEVOOO,$(BUILD_TYPE)),\
qadevOOo \
) \
regexp \
registry \
remotebridges \
ridljar \
......
......@@ -131,7 +131,6 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
$(call gb_Helper_optional,PYUNO,pyuno) \
$(call gb_Helper_optional,QADEVOOO,qadevOOo) \
readlicense_oo \
regexp \
registry \
remotebridges \
reportbuilder \
......
......@@ -287,7 +287,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
helplinker \
hwp \
hyphen \
i18nregexp \
icd \
icg \
idx \
......
......@@ -141,7 +141,6 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
$(call gb_Helper_optional,PYUNO,pyuno) \
$(call gb_Helper_optional,QADEVOOO,qadevOOo) \
readlicense_oo \
regexp \
registry \
remotebridges \
reportbuilder \
......
inp i18npool : bridges sax stoc comphelper CPPUNIT:cppunit ICU:icu i18nutil regexp cpputools LIBXSLT:libxslt LIBXML2:libxml2 LIBLANGTAG:liblangtag udkapi offapi ure unotest NULL
inp i18npool : bridges sax stoc comphelper CPPUNIT:cppunit ICU:icu i18nutil cpputools LIBXSLT:libxslt LIBXML2:libxml2 LIBLANGTAG:liblangtag udkapi offapi ure unotest NULL
inp i18npool\prj nmake - all inp_prj NULL
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2011 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
$(eval $(call gb_Library_Library,i18nregexp))
$(eval $(call gb_Library_use_package,i18nregexp,regexp_inc))
$(eval $(call gb_Library_use_sdk_api,i18nregexp))
$(eval $(call gb_Library_add_defs,i18nregexp,\
-DREGEXP_DLLIMPLEMENTATION \
))
$(eval $(call gb_Library_use_libraries,i18nregexp,\
sal \
i18nutil \
$(gb_UWINAPI) \
))
$(eval $(call gb_Library_add_exception_objects,i18nregexp,\
regexp/source/reclass \
))
# vim: set noet sw=4 ts=4:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
include $(module_directory)/../solenv/gbuild/partial_build.mk
# vim: set noet sw=4 ts=4:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2011 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
$(eval $(call gb_Module_Module,regexp))
$(eval $(call gb_Module_add_targets,regexp,\
Library_regexp \
Package_inc \
))
# vim: set noet sw=4 ts=4:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2011 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
$(eval $(call gb_Package_Package,regexp_inc,$(SRCDIR)/regexp/inc))
$(eval $(call gb_Package_add_file,regexp_inc,inc/external/regexp/reclass.hxx,regexp/reclass.hxx))
# vim: set noet sw=4 ts=4:
This is a regexp parser.
Please see my (not so?) crazy hack idea about removing it from here and the reasoning.
For additional fun, this source file is part of GNU regexp which is geared towards usage in emacs,
so if you ever wondered why LibreOffice is so great, now you know :-).
This diff is collapsed.
re regexp : offapi comphelper i18nutil sal NULL
re regexp\prj nmake - all re_prj NULL
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -669,8 +669,6 @@ File gid_File_Lib_I18npool
#endif
End
STD_LIB_FILE( gid_File_I18nregexp, i18nregexp )
File gid_File_Lib_I18nsearch
LIB_FILE_BODY;
Styles = (PACKED);
......
......@@ -339,7 +339,6 @@ Module gid_Module_Root_Files_5
gid_File_Lib_Filterconfig1,
gid_File_Lib_Dbodbcbase,
gid_File_Lib_I18npool,
gid_File_Lib_I18nregexp,
gid_File_Lib_I18nsearch,
gid_File_Lib_I18nisolang,
gid_File_Lib_I18nutil,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment