From dce040cb325db554907c591ba673c9d2e6e8f21c Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 30 Jul 2011 23:15:29 +0200 Subject: convert rsc to gbuild --- rsc/source/tools/makefile.mk | 50 -------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 rsc/source/tools/makefile.mk (limited to 'rsc/source/tools') diff --git a/rsc/source/tools/makefile.mk b/rsc/source/tools/makefile.mk deleted file mode 100644 index a7e79abd1ff1..000000000000 --- a/rsc/source/tools/makefile.mk +++ /dev/null @@ -1,50 +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 -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/.. - -PRJNAME=rsc -TARGET=rsctoo - -# --- Settings ------------------------------------------------------ - -ENABLE_EXCEPTIONS=true - -.INCLUDE : settings.mk - -.IF "$(BUILD_TYPE)"=="$(BUILD_TYPE:s/DESKTOP//)" -ALL: - @echo No need for this on non-desktop OSes -.ENDIF - -OBJFILES= $(OBJ)$/rschash.obj \ - $(OBJ)$/rsctree.obj \ - $(OBJ)$/rsctools.obj \ - $(OBJ)$/rscchar.obj \ - $(OBJ)$/rscdef.obj - -.INCLUDE : target.mk -- cgit