summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorHerbert Duerr <hdu@openoffice.org>2001-02-22 16:03:45 +0000
committerHerbert Duerr <hdu@openoffice.org>2001-02-22 16:03:45 +0000
commitb9d0ca3c20788afa69fc1c4832697e9119bfe1cb (patch)
tree4e87010235144ddd69e29fe503206d6d325e0857 /vcl
parentbf5b5f4d9b57bc37ac74596218079c9f84690995 (diff)
simplify makefile
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/glyphs/makefile.mk26
1 files changed, 7 insertions, 19 deletions
diff --git a/vcl/source/glyphs/makefile.mk b/vcl/source/glyphs/makefile.mk
index b1c997053bc2..7734ed1c0910 100644
--- a/vcl/source/glyphs/makefile.mk
+++ b/vcl/source/glyphs/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hdu $ $Date: 2001-02-15 16:04:17 $
+# last change: $Author: hdu $ $Date: 2001-02-22 17:03:45 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -68,31 +68,19 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
-
-#UNOPRE=$/uno
-
-.INCLUDE : svpre.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
-
-.IF "$(remote)" != ""
+.IF "$(USE_BUILTIN_RASTERIZER)" != ""
SLOFILES=\
- $(SLO)$/glyphcache.obj \
- $(SLO)$/gcach_vdev.obj \
- $(SLO)$/gcach_ftyp.obj
+ $(SLO)$/glyphcache.obj \
+ $(SLO)$/gcach_vdev.obj \
+ $(SLO)$/gcach_ftyp.obj
.ENDIF
-.IF "$(GUI)" == "UNX"
-SLOFILES=\
- $(SLO)$/glyphcache.obj \
- $(SLO)$/gcach_vdev.obj \
- $(SLO)$/gcach_ftyp.obj
-.ENDIF
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk