summaryrefslogtreecommitdiff
path: root/rsc/source/tools
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-30 23:15:29 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-08-09 15:20:06 +0200
commitdce040cb325db554907c591ba673c9d2e6e8f21c (patch)
treee5b5bbd11e4e83d51ea0304e90b404d406f52556 /rsc/source/tools
parent5dbd783731ea0b5c911b9a2e4fb6fd9192a5a5a9 (diff)
convert rsc to gbuild
Diffstat (limited to 'rsc/source/tools')
-rw-r--r--rsc/source/tools/makefile.mk50
1 files changed, 0 insertions, 50 deletions
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
-# <http://www.openoffice.org/license.html>
-# 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