diff options
author | Philipp Lohmann <pl@openoffice.org> | 2001-08-27 08:42:36 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2001-08-27 08:42:36 +0000 |
commit | cc2f1d74cd3d5389e790dcf7862abd6be98ab7fd (patch) | |
tree | 1bcde1c074a51f99ae82f6564806f1b7d6131ec4 /vcl/util/makefile.pmk | |
parent | 7ff2550e83d7e48b1f70b44f9fc7e63416430eef (diff) |
#90132# removed USE_PSPRINT and USE_XRENDER defines (now default)
Diffstat (limited to 'vcl/util/makefile.pmk')
-rw-r--r-- | vcl/util/makefile.pmk | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/vcl/util/makefile.pmk b/vcl/util/makefile.pmk index d664fd393880..3cb362b18a72 100644 --- a/vcl/util/makefile.pmk +++ b/vcl/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hdu $ $Date: 2001-05-16 08:00:03 $ +# last change: $Author: pl $ $Date: 2001-08-27 09:42:36 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -68,20 +68,11 @@ GUIBASE=aqua .ENDIF .IF "$(OS)" != "MACOSX" -.IF "$(USE_XPRINTER)" == "" -CFLAGSDEFS += -DUSE_PSPRINT -PSPRINT=true -.ENDIF -.ENDIF - -.IF "$(OS)" != "MACOSX" .IF "$(remote)" != "" USE_BUILTIN_RASTERIZER=true .ENDIF .IF "$(GUI)" == "UNX" USE_BUILTIN_RASTERIZER=true -USE_XRENDER=true -ENVCFLAGS += -DUSE_XRENDER .ENDIF .ENDIF |