summaryrefslogtreecommitdiff
path: root/vcl/util
diff options
context:
space:
mode:
authorHerbert Duerr <hdu@openoffice.org>2001-02-15 16:01:46 +0000
committerHerbert Duerr <hdu@openoffice.org>2001-02-15 16:01:46 +0000
commit19fdefaada79479d11e3554520200be8f4de2a72 (patch)
tree9ad58fe517514c4d55bcbd8957f33703cf65a124 /vcl/util
parent0810767099a733e438167882060e33b9434fc631 (diff)
add serverfont defines
Diffstat (limited to 'vcl/util')
-rw-r--r--vcl/util/makefile.pmk19
1 files changed, 17 insertions, 2 deletions
diff --git a/vcl/util/makefile.pmk b/vcl/util/makefile.pmk
index a852e672f7ba..8674a5dbfddd 100644
--- a/vcl/util/makefile.pmk
+++ b/vcl/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hjs $ $Date: 2001-02-06 13:26:13 $
+# last change: $Author: hdu $ $Date: 2001-02-15 17:01:46 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,3 +75,18 @@ PSPRINT=true
.ENDIF
.ENDIF
.ENDIF
+
+.IF "$(GUI)" == "UNX"
+USE_BUILTIN_RASTERIZER=true
+#USE_XRENDER=true
+#ENVCFLAGS += -DUSE_XRENDER
+.ENDIF
+
+.IF "$(remote)" != ""
+USE_BUILTIN_RASTERIZER=true
+.ENDIF
+
+.IF "$(USE_BUILTIN_RASTERIZER)" != ""
+ENVCFLAGS += -DUSE_BUILTIN_RASTERIZER
+.ENDIF
+