summaryrefslogtreecommitdiffstats
path: root/vcl/util/makefile.pmk
diff options
context:
space:
mode:
authorHerbert Duerr <hdu@openoffice.org>2001-05-16 07:00:03 +0000
committerHerbert Duerr <hdu@openoffice.org>2001-05-16 07:00:03 +0000
commitf44ee7d855351166fed6272ae7c06bb6c6c63568 (patch)
tree17e5699f3b3ef656fd2902822d2feda75eee1d87 /vcl/util/makefile.pmk
parentswitch default build to psprint (diff)
downloadcore-f44ee7d855351166fed6272ae7c06bb6c6c63568.tar.gz
core-f44ee7d855351166fed6272ae7c06bb6c6c63568.zip
#87046# enable builtin rasterizer for OO
Diffstat (limited to 'vcl/util/makefile.pmk')
-rw-r--r--vcl/util/makefile.pmk6
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/util/makefile.pmk b/vcl/util/makefile.pmk
index 7dac7008aa44..d664fd393880 100644
--- a/vcl/util/makefile.pmk
+++ b/vcl/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: pl $ $Date: 2001-05-15 15:06:45 $
+# last change: $Author: hdu $ $Date: 2001-05-16 08:00:03 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,7 +74,6 @@ PSPRINT=true
.ENDIF
.ENDIF
-.IF "$(BUILD_SOSL)" == ""
.IF "$(OS)" != "MACOSX"
.IF "$(remote)" != ""
USE_BUILTIN_RASTERIZER=true
@@ -85,7 +84,6 @@ USE_XRENDER=true
ENVCFLAGS += -DUSE_XRENDER
.ENDIF
.ENDIF
-.ENDIF
.IF "$(USE_BUILTIN_RASTERIZER)" != ""
ENVCFLAGS += -DUSE_BUILTIN_RASTERIZER