diff options
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/inc/makefile.mk | 1 | ||||
-rw-r--r-- | basctl/source/basicide/makefile.mk | 1 | ||||
-rw-r--r-- | basctl/source/dlged/makefile.mk | 1 | ||||
-rw-r--r-- | basctl/util/makefile.pmk | 28 |
4 files changed, 0 insertions, 31 deletions
diff --git a/basctl/inc/makefile.mk b/basctl/inc/makefile.mk index f1ef542c9963..6cb80f1dc5bc 100644 --- a/basctl/inc/makefile.mk +++ b/basctl/inc/makefile.mk @@ -32,7 +32,6 @@ TARGET=inc # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Files -------------------------------------------------------- # --- Targets ------------------------------------------------------- diff --git a/basctl/source/basicide/makefile.mk b/basctl/source/basicide/makefile.mk index 8d929adb74ad..be81dd77e110 100644 --- a/basctl/source/basicide/makefile.mk +++ b/basctl/source/basicide/makefile.mk @@ -38,7 +38,6 @@ PROJECTPCHSOURCE=ide_pch # --- Settings ----------------------------------------------------------- .INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk .IF "$(basicdebug)" != "" || "$(BASICDEBUG)" != "" CDEFS+=-DBASICDEBUG diff --git a/basctl/source/dlged/makefile.mk b/basctl/source/dlged/makefile.mk index 68a21a22a5bf..6eacc9c2dd1e 100644 --- a/basctl/source/dlged/makefile.mk +++ b/basctl/source/dlged/makefile.mk @@ -35,7 +35,6 @@ VISIBILITY_HIDDEN=TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Files -------------------------------------------------------- diff --git a/basctl/util/makefile.pmk b/basctl/util/makefile.pmk deleted file mode 100644 index 7653d1c09c73..000000000000 --- a/basctl/util/makefile.pmk +++ /dev/null @@ -1,28 +0,0 @@ -#************************************************************************* -# -# 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. -# -#************************************************************************* - - |