diff options
author | August Sodora <augsod@gmail.com> | 2011-12-05 17:15:34 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-05 17:16:45 -0500 |
commit | f58ae13e8a0794295ddf35d50c37299d06d4ea28 (patch) | |
tree | e340552558490fa242b59ff21b699ac236e3d0d1 /basic | |
parent | 5f49389c742c2ff642ee886eb816b2959c596ff6 (diff) |
Prevent the testtool from building
Diffstat (limited to 'basic')
-rw-r--r-- | basic/AllLangResTarget_stt.mk | 49 | ||||
-rw-r--r-- | basic/Module_basic.mk | 2 | ||||
-rw-r--r-- | basic/StaticLibrary_app.mk | 61 |
3 files changed, 0 insertions, 112 deletions
diff --git a/basic/AllLangResTarget_stt.mk b/basic/AllLangResTarget_stt.mk deleted file mode 100644 index 417729a419af..000000000000 --- a/basic/AllLangResTarget_stt.mk +++ /dev/null @@ -1,49 +0,0 @@ -# -*- 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_AllLangResTarget_AllLangResTarget,stt)) - -$(eval $(call gb_AllLangResTarget_add_srs,stt,\ - stt/res \ -)) - -$(eval $(call gb_SrsTarget_SrsTarget,stt/res)) - -$(eval $(call gb_SrsTarget_set_include,stt/res,\ - $$(INCLUDE) \ -)) - -$(eval $(call gb_SrsTarget_add_files,stt/res,\ - basic/source/app/basic.src \ - basic/source/app/basmsg.src \ - basic/source/app/svtmsg.src \ - basic/source/app/testtool.src \ - basic/source/app/ttmsg.src \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/basic/Module_basic.mk b/basic/Module_basic.mk index 885a0c0353d7..58ac0354cb6c 100644 --- a/basic/Module_basic.mk +++ b/basic/Module_basic.mk @@ -30,10 +30,8 @@ $(eval $(call gb_Module_Module,basic)) $(eval $(call gb_Module_add_targets,basic,\ AllLangResTarget_sb \ - AllLangResTarget_stt \ Library_sb \ Package_inc \ - StaticLibrary_app \ StaticLibrary_sample \ )) diff --git a/basic/StaticLibrary_app.mk b/basic/StaticLibrary_app.mk deleted file mode 100644 index 38d721b275d5..000000000000 --- a/basic/StaticLibrary_app.mk +++ /dev/null @@ -1,61 +0,0 @@ -# -*- 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_StaticLibrary_StaticLibrary,app)) - -$(eval $(call gb_StaticLibrary_add_package_headers,app,basic_inc)) - -$(eval $(call gb_StaticLibrary_set_include,app,\ - $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/basic/inc) \ - -I$(realpath $(SRCDIR)/basic/source/inc) \ -)) - -$(eval $(call gb_StaticLibrary_add_api,app,\ - udkapi \ - offapi \ -)) - -$(eval $(call gb_StaticLibrary_add_exception_objects,app,\ - basic/source/app/appbased \ - basic/source/app/app \ - basic/source/app/appedit \ - basic/source/app/apperror \ - basic/source/app/appwin \ - basic/source/app/basicrt \ - basic/source/app/brkpnts \ - basic/source/app/dialogs \ - basic/source/app/msgedit \ - basic/source/app/mybasic \ - basic/source/app/process \ - basic/source/app/processw \ - basic/source/app/status \ - basic/source/app/textedit \ -)) - -# vim: set noet sw=4 ts=4: |