Kaydet (Commit) d76e2d1c authored tarafından Matúš Kukan's avatar Matúš Kukan

embeddedobj: convert to gbuild

üst dfc9c72d
...@@ -51,6 +51,7 @@ desktop\ ...@@ -51,6 +51,7 @@ desktop\
drawinglayer\ drawinglayer\
dtrans\ dtrans\
editeng\ editeng\
embeddedobj\
eventattacher\ eventattacher\
extensions\ extensions\
fileaccess\ fileaccess\
...@@ -152,7 +153,6 @@ crashrep\ ...@@ -152,7 +153,6 @@ crashrep\
ct2n\ ct2n\
curl\ curl\
dictionaries \ dictionaries \
embeddedobj\
embedserv\ embedserv\
epm\ epm\
expat\ expat\
......
...@@ -354,6 +354,8 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ ...@@ -354,6 +354,8 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
deploymentgui \ deploymentgui \
dict_ja \ dict_ja \
dict_zh \ dict_zh \
embobj \
emboleobj \
fileacc \ fileacc \
index_data \ index_data \
java_uno_accessbridge \ java_uno_accessbridge \
......
...@@ -53,6 +53,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ ...@@ -53,6 +53,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
drawinglayer \ drawinglayer \
dtrans \ dtrans \
editeng \ editeng \
embeddedobj \
eventattacher \ eventattacher \
extensions \ extensions \
fileaccess \ fileaccess \
......
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 Matúš Kukan <matus.kukan@gmail.com> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Library_Library,embobj))
$(eval $(call gb_Library_set_componentfile,embobj,embeddedobj/util/embobj))
$(eval $(call gb_Library_set_include,embobj,\
-I$(SRCDIR)/embeddedobj/source/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Library_add_api,embobj,\
offapi \
udkapi \
))
$(eval $(call gb_Library_add_linked_libs,embobj,\
comphelper \
cppu \
cppuhelper \
sal \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_exception_objects,embobj,\
embeddedobj/source/commonembedding/embedobj \
embeddedobj/source/commonembedding/inplaceobj \
embeddedobj/source/commonembedding/miscobj \
embeddedobj/source/commonembedding/persistence \
embeddedobj/source/commonembedding/register \
embeddedobj/source/commonembedding/specialobject \
embeddedobj/source/commonembedding/visobj \
embeddedobj/source/commonembedding/xfactory \
embeddedobj/source/general/docholder \
embeddedobj/source/general/dummyobject \
embeddedobj/source/general/intercept \
embeddedobj/source/general/xcreator \
))
# vim: set noet sw=4 ts=4:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 Matúš Kukan <matus.kukan@gmail.com> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Library_Library,emboleobj))
ifeq ($(OS),WNT)
emboleobj_suffix := .windows
else
emboleobj_suffix :=
endif
$(eval $(call gb_Library_set_componentfile,emboleobj,embeddedobj/source/msole/emboleobj$(emboleobj_suffix)))
$(eval $(call gb_Library_set_include,emboleobj,\
-I$(SRCDIR)/embeddedobj/source/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Library_add_api,emboleobj,\
offapi \
udkapi \
))
$(eval $(call gb_Library_add_linked_libs,emboleobj,\
comphelper \
cppu \
cppuhelper \
sal \
tl \
utl \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_exception_objects,emboleobj,\
embeddedobj/source/msole/closepreventer \
embeddedobj/source/msole/oleembed \
embeddedobj/source/msole/olemisc \
embeddedobj/source/msole/olepersist \
embeddedobj/source/msole/oleregister \
embeddedobj/source/msole/olevisual \
embeddedobj/source/msole/ownview \
embeddedobj/source/msole/xolefactory \
))
ifeq ($(OS),WNT)
$(eval $(call gb_Library_add_linked_libs,emboleobj,\
embobj \
gdi32 \
ole32 \
oleaut32 \
uuid \
))
$(eval $(call gb_Library_add_exception_objects,emboleobj,\
embeddedobj/source/msole/advisesink \
embeddedobj/source/msole/graphconvert \
embeddedobj/source/msole/olecomponent \
embeddedobj/source/msole/olewrapclient \
embeddedobj/source/msole/xdialogcreator \
))
endif
# 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 -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 Matúš Kukan <matus.kukan@gmail.com> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Module_Module,embeddedobj))
$(eval $(call gb_Module_add_targets,embeddedobj,\
Library_embobj \
Library_emboleobj \
))
# vim: set noet sw=4 ts=4:
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 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.
#
#*************************************************************************
PRJ=..
PRJNAME=embeddedobj
TARGET=embeddedobj
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
# --- Targets -------------------------------------------------------
.INCLUDE : target.mk
eo embeddedobj : offapi sal cppu cppuhelper comphelper tools unotools LIBXSLT:libxslt NULL eo embeddedobj : offapi sal cppu cppuhelper comphelper tools unotools LIBXSLT:libxslt NULL
eo embeddedobj usr1 - all eo_mkout NULL eo embeddedobj\prj nmake - all eo_prj NULL
eo embeddedobj\inc nmake - all eo_inc NULL
eo embeddedobj\source\commonembedding nmake - all eo_commonembed eo_inc NULL
eo embeddedobj\source\general nmake - all eo_general eo_inc NULL
eo embeddedobj\util nmake - all eo_util eo_commonembed eo_general eo_inc NULL
eo embeddedobj\source\msole nmake - all eo_msole eo_util eo_inc NULL
mkdir: %_DEST%\xml\registry\spool
..\%__SRC%\misc\*.map %_DEST%\bin\*.map
..\%__SRC%\bin\*.dll %_DEST%\bin\*.dll
..\%__SRC%\lib\lib*.so %_DEST%\lib\lib*.so
..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib
..\dtd\*.dtd %_DEST%\bin\*.*
..\%__SRC%\misc\embobj.component %_DEST%\xml\embobj.component
..\%__SRC%\misc\emboleobj.component %_DEST%\xml\emboleobj.component
#i49922# In this module en-US and de are used as source language
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 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.
#
#*************************************************************************
PRJ=..$/..
PRJNAME=embeddedobj
TARGET=commonembed
ENABLE_EXCEPTIONS=true
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
LIBTARGET=NO
USE_DEFFILE=NO
# --- Files --------------------------------------------------------
SLOFILES = \
$(SLO)$/register.obj\
$(SLO)$/xfactory.obj\
$(SLO)$/miscobj.obj\
$(SLO)$/embedobj.obj\
$(SLO)$/specialobject.obj\
$(SLO)$/persistence.obj\
$(SLO)$/inplaceobj.obj\
$(SLO)$/visobj.obj
# --- Targets -------------------------------------------------------
.INCLUDE : target.mk
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 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.
#
#*************************************************************************
PRJ=..$/..
PRJNAME=embeddedobj
TARGET=embedobj
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
LIBTARGET=NO
USE_DEFFILE=NO
# --- Files --------------------------------------------------------
SLOFILES = \
$(SLO)$/xcreator.obj\
$(SLO)$/docholder.obj\
$(SLO)$/dummyobject.obj\
$(SLO)$/intercept.obj
EXCEPTIONSFILES= \
$(SLO)$/xcreator.obj\
$(SLO)$/docholder.obj\
$(SLO)$/dummyobject.obj\
$(SLO)$/intercept.obj
# --- Targets -------------------------------------------------------
.INCLUDE : target.mk
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 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.
#
#*************************************************************************
PRJ=..$/..
PRJNAME=embeddedobj
TARGET=emboleobj
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# .IF "$(DISABLE_ATL)"==""
LIBTARGET=NO
USE_DEFFILE=YES
# --- Files --------------------------------------------------------
SHL1TARGET= $(TARGET)
SHL1IMPLIB= i$(TARGET)
SLOFILES = \
$(SLO)$/closepreventer.obj\
$(SLO)$/oleregister.obj\
$(SLO)$/xolefactory.obj\
$(SLO)$/olepersist.obj\
$(SLO)$/oleembed.obj\
$(SLO)$/olevisual.obj\
$(SLO)$/olemisc.obj\
$(SLO)$/ownview.obj
EXCEPTIONSFILES= \
$(SLO)$/closepreventer.obj\
$(SLO)$/oleregister.obj\
$(SLO)$/xolefactory.obj\
$(SLO)$/olepersist.obj\
$(SLO)$/oleembed.obj\
$(SLO)$/olevisual.obj\
$(SLO)$/olemisc.obj\
$(SLO)$/ownview.obj
.IF "$(GUI)"=="WNT"
SLOFILES += \
$(SLO)$/graphconvert.obj\
$(SLO)$/olecomponent.obj\
$(SLO)$/olewrapclient.obj\
$(SLO)$/xdialogcreator.obj\
$(SLO)$/advisesink.obj
EXCEPTIONSFILES += \
$(SLO)$/graphconvert.obj\
$(SLO)$/olecomponent.obj\
$(SLO)$/olewrapclient.obj\
$(SLO)$/xdialogcreator.obj\
$(SLO)$/advisesink.obj
.ENDIF
SHL1OBJS= $(SLOFILES)
SHL1STDLIBS=\
$(UNOTOOLSLIB)\
$(SALLIB)\
$(CPPULIB)\
$(CPPUHELPERLIB)\
$(COMPHELPERLIB)\
$(TOOLSLIB)
.IF "$(GUI)"=="WNT"
.IF "$(COM)"=="GCC"
EMBOBJLIB=-lembobj
.ELSE
EMBOBJLIB=iembobj.lib
.ENDIF
SHL1STDLIBS+=\
$(EMBOBJLIB)\
$(OLE32LIB)\
$(GDI32LIB)\
$(UUIDLIB)\
$(OLEAUT32LIB)
DEF1EXPORTFILE= exports.dxp
.ENDIF
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
# .ENDIF
# --- Targets -------------------------------------------------------
.INCLUDE : target.mk
ALLTAR : $(MISC)/emboleobj.component
.IF "$(OS)" == "WNT"
my_platform = .windows
.END
$(MISC)/emboleobj.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
emboleobj.component
$(XSLTPROC) --nonet --stringparam uri \
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
$(SOLARENV)/bin/createcomponent.xslt emboleobj$(my_platform).component
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 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.
#
#*************************************************************************
PRJ=..
PRJNAME=embeddedobj
TARGET=embobj
ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------------
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
LIB1OBJFILES= \
$(SLO)$/miscobj.obj\
$(SLO)$/specialobject.obj\
$(SLO)$/persistence.obj\
$(SLO)$/embedobj.obj\
$(SLO)$/inplaceobj.obj\
$(SLO)$/visobj.obj\
$(SLO)$/dummyobject.obj\
$(SLO)$/xcreator.obj\
$(SLO)$/xfactory.obj\
$(SLO)$/register.obj\
$(SLO)$/docholder.obj\
$(SLO)$/intercept.obj
LIB1TARGET=$(SLB)$/$(TARGET).lib
SHL1TARGET= $(TARGET)
SHL1STDLIBS=\
$(SALLIB)\
$(CPPULIB)\
$(COMPHELPERLIB)\
$(CPPUHELPERLIB)
SHL1DEPN=
SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(LIB1TARGET)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt \
$(LIB1TARGET)
DEFLIB1NAME=$(TARGET)
DEF1EXPORTFILE= exports.dxp
# --- Targets -------------------------------------------------------------
.INCLUDE : target.mk
$(MISC)$/$(SHL1TARGET).flt: makefile.mk
@echo ------------------------------
@echo CLEAR_THE_FILE > $@
@echo __CT >>$@
ALLTAR : $(MISC)/embobj.component
$(MISC)/embobj.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
embobj.component
$(XSLTPROC) --nonet --stringparam uri \
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
$(SOLARENV)/bin/createcomponent.xslt embobj.component
...@@ -52,6 +52,7 @@ my_components = \ ...@@ -52,6 +52,7 @@ my_components = \
component/dbaccess/util/dbu \ component/dbaccess/util/dbu \
component/dbaccess/util/sdbt \ component/dbaccess/util/sdbt \
component/dtrans/util/mcnttype \ component/dtrans/util/mcnttype \
component/embeddedobj/util/embobj \
component/eventattacher/source/evtatt \ component/eventattacher/source/evtatt \
component/fileaccess/source/fileacc \ component/fileaccess/source/fileacc \
component/filter/source/config/cache/filterconfig1 \ component/filter/source/config/cache/filterconfig1 \
...@@ -144,7 +145,6 @@ my_components = \ ...@@ -144,7 +145,6 @@ my_components = \
dbase \ dbase \
dbpool2 \ dbpool2 \
dbtools \ dbtools \
embobj \
flat \ flat \
localebe1 \ localebe1 \
mysql \ mysql \
...@@ -204,7 +204,11 @@ my_components += component/desktop/unx/splash/splash ...@@ -204,7 +204,11 @@ my_components += component/desktop/unx/splash/splash
.ENDIF .ENDIF
.IF "$(DISABLE_ATL)" == "" .IF "$(DISABLE_ATL)" == ""
my_components += emboleobj .IF "$(OS)" == "WNT"
my_components += component/embeddedobj/source/msole/emboleobj.windows
.ELSE
my_components += component/embeddedobj/source/msole/emboleobj
.ENDIF
.END .END
.IF "$(DISABLE_NEON)" != "TRUE" .IF "$(DISABLE_NEON)" != "TRUE"
......
...@@ -94,6 +94,7 @@ $(eval $(call gb_CppunitTest_add_components,sc_filters_test,\ ...@@ -94,6 +94,7 @@ $(eval $(call gb_CppunitTest_add_components,sc_filters_test,\
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
dbaccess/util/dba \ dbaccess/util/dba \
embeddedobj/util/embobj \
eventattacher/source/evtatt \ eventattacher/source/evtatt \
fileaccess/source/fileacc \ fileaccess/source/fileacc \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
...@@ -121,10 +122,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_filters_test,\ ...@@ -121,10 +122,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_filters_test,\
unoxml/source/service/unoxml \ unoxml/source/service/unoxml \
)) ))
$(eval $(call gb_CppunitTest_add_old_components,sc_filters_test,\
embobj \
))
$(eval $(call gb_CppunitTest_set_args,sc_filters_test,\ $(eval $(call gb_CppunitTest_set_args,sc_filters_test,\
--headless \ --headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
......
...@@ -90,6 +90,7 @@ $(eval $(call gb_CppunitTest_add_components,sc_subsequent_filters_test,\ ...@@ -90,6 +90,7 @@ $(eval $(call gb_CppunitTest_add_components,sc_subsequent_filters_test,\
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
dbaccess/util/dba \ dbaccess/util/dba \
embeddedobj/util/embobj \
eventattacher/source/evtatt \ eventattacher/source/evtatt \
fileaccess/source/fileacc \ fileaccess/source/fileacc \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
...@@ -131,10 +132,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_subsequent_filters_test,\ ...@@ -131,10 +132,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_subsequent_filters_test,\
endif endif
endif endif
$(eval $(call gb_CppunitTest_add_old_components,sc_subsequent_filters_test,\
embobj \
))
$(eval $(call gb_CppunitTest_set_args,sc_subsequent_filters_test,\ $(eval $(call gb_CppunitTest_set_args,sc_subsequent_filters_test,\
--headless \ --headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
......
...@@ -88,6 +88,7 @@ $(eval $(call gb_CppunitTest_add_components,sd_filters_test,\ ...@@ -88,6 +88,7 @@ $(eval $(call gb_CppunitTest_add_components,sd_filters_test,\
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
dbaccess/util/dba \ dbaccess/util/dba \
embeddedobj/util/embobj \
fileaccess/source/fileacc \ fileaccess/source/fileacc \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
framework/util/fwk \ framework/util/fwk \
...@@ -110,10 +111,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_filters_test,\ ...@@ -110,10 +111,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_filters_test,\
unoxml/source/service/unoxml \ unoxml/source/service/unoxml \
)) ))
$(eval $(call gb_CppunitTest_add_old_components,sd_filters_test,\
embobj \
))
$(eval $(call gb_CppunitTest_set_args,sd_filters_test,\ $(eval $(call gb_CppunitTest_set_args,sd_filters_test,\
--headless \ --headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
......
...@@ -91,6 +91,7 @@ $(eval $(call gb_CppunitTest_add_components,sd_regression_test,\ ...@@ -91,6 +91,7 @@ $(eval $(call gb_CppunitTest_add_components,sd_regression_test,\
configmgr/source/configmgr \ configmgr/source/configmgr \
dbaccess/util/dba \ dbaccess/util/dba \
desktop/source/deployment/deployment \ desktop/source/deployment/deployment \
embeddedobj/util/embobj \
fileaccess/source/fileacc \ fileaccess/source/fileacc \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
filter/source/svg/svgfilter \ filter/source/svg/svgfilter \
...@@ -121,10 +122,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_regression_test,\ ...@@ -121,10 +122,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_regression_test,\
xmlsecurity/util/xmlsecurity \ xmlsecurity/util/xmlsecurity \
)) ))
$(eval $(call gb_CppunitTest_add_old_components,sd_regression_test,\
embobj \
))
$(eval $(call gb_CppunitTest_set_args,sd_regression_test,\ $(eval $(call gb_CppunitTest_set_args,sd_regression_test,\
--headless \ --headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
......
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