diff options
author | Philipp Lohmann <pl@openoffice.org> | 2001-05-15 14:06:45 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2001-05-15 14:06:45 +0000 |
commit | 531e4574144c0d51259710bfb7fe0d9df1ea47d0 (patch) | |
tree | d2aa2abb15bec35bcfce4ae842a0808cb7f94060 /vcl/util | |
parent | 81baf51cc4c441e91d37ccc43c95ed50963564b9 (diff) |
switch default build to psprint
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/makefile.pmk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/vcl/util/makefile.pmk b/vcl/util/makefile.pmk index 1f0747b2a331..7dac7008aa44 100644 --- a/vcl/util/makefile.pmk +++ b/vcl/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hdu $ $Date: 2001-03-02 11:17:13 $ +# last change: $Author: pl $ $Date: 2001-05-15 15:06:45 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,12 +67,15 @@ PDBTARGET=vcl GUIBASE=aqua .ENDIF -.IF "$(BUILD_SOSL)" == "" .IF "$(OS)" != "MACOSX" .IF "$(USE_XPRINTER)" == "" CFLAGSDEFS += -DUSE_PSPRINT PSPRINT=true .ENDIF +.ENDIF + +.IF "$(BUILD_SOSL)" == "" +.IF "$(OS)" != "MACOSX" .IF "$(remote)" != "" USE_BUILTIN_RASTERIZER=true .ENDIF |