diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2011-02-14 16:17:22 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2011-02-14 16:17:22 +0100 |
commit | 1fb042333fe6287756ff1fac11d18cd7c150730d (patch) | |
tree | 595de5d187177832ce656d7832af9dce9dce2d99 /sfx2/Module_sfx2.mk | |
parent | 5b3e910e926c7dd1e8dcfe8e0a5c6cb5bd17480a (diff) | |
parent | cd0d6a5a6775f197fdb7e78b54c8133074a7a236 (diff) |
rebase to DEV300_m100
Diffstat (limited to 'sfx2/Module_sfx2.mk')
-rwxr-xr-x | sfx2/Module_sfx2.mk | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/sfx2/Module_sfx2.mk b/sfx2/Module_sfx2.mk index f6ac7c4c053e..b88e2581f2da 100755 --- a/sfx2/Module_sfx2.mk +++ b/sfx2/Module_sfx2.mk @@ -2,7 +2,7 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # -# Copyright 2009 by Sun Microsystems, Inc. +# Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # @@ -14,12 +14,12 @@ # # 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 +# 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 +# version 3 along with OpenOffice.org. If not, see # <http://www.openoffice.org/license.html> # for a copy of the LGPLv3 License. # @@ -34,6 +34,15 @@ $(eval $(call gb_Module_add_targets,sfx2,\ Package_sdi \ )) +$(eval $(call gb_Module_add_check_targets,sfx2,\ + CppunitTest_sfx2_metadatable \ +)) + +$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\ + JunitTest_sfx2_complex \ + JunitTest_sfx2_unoapi \ +)) + ifeq ($(OS),LINUX) ifeq ($(ENABLE_SYSTRAY_GTK),TRUE) $(eval $(call gb_Module_add_targets,sfx2,\ @@ -42,14 +51,10 @@ $(eval $(call gb_Module_add_targets,sfx2,\ endif endif -#todo: map file? -#todo: source/appl ohne Optimierung? -#todo: source/control ohne Optimierung? #todo: source/dialog BUILD_VER_STRING #todo: source/doc SYSTEM_LIBXML2 -#todo: noopt for acldetect.cxx? #todo: ENABLE_LAYOUT -#todo: quickstarter -#todo: link against cocoa on Mac +#todo: clean up quickstarter stuff in both libraries +#todo: move standard pool to svl # vim: set noet sw=4 ts=4: |