diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-30 18:55:43 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-17 14:43:29 +0200 |
commit | 45a01cb2c937e5bc479ff72e295bbf4d3a3e64a9 (patch) | |
tree | 1a3e60cb76bc01f2ef0302d8fd3cb6455dc081e5 /sd | |
parent | 2ef73ac0e45adb283a6cff2645bddd53aa6b3d70 (diff) |
remove stray makefile
Diffstat (limited to 'sd')
-rw-r--r-- | sd/util/makefile.pmk | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sd/util/makefile.pmk b/sd/util/makefile.pmk deleted file mode 100644 index 0ae6fe664de7..000000000000 --- a/sd/util/makefile.pmk +++ /dev/null @@ -1,32 +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. -# -#************************************************************************* -INCPRE+=$(SOLARINCDIR)$/offuh - -# define SD_DLLIMPLEMENTATION (see @ sddllapi.h) -CDEFS += -DSD_DLLIMPLEMENTATION - -VISIBILITY_HIDDEN=TRUE |