diff options
author | Herbert Duerr <hdu@openoffice.org> | 2001-05-16 07:00:03 +0000 |
---|---|---|
committer | Herbert Duerr <hdu@openoffice.org> | 2001-05-16 07:00:03 +0000 |
commit | f44ee7d855351166fed6272ae7c06bb6c6c63568 (patch) | |
tree | 17e5699f3b3ef656fd2902822d2feda75eee1d87 /vcl/util | |
parent | 531e4574144c0d51259710bfb7fe0d9df1ea47d0 (diff) |
#87046# enable builtin rasterizer for OO
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/makefile.pmk | 6 |
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 |