diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-01-31 22:34:50 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-01-31 22:34:50 +0000 |
commit | 919be1c6313e1e30fc773c4edfb828a5b6afb14e (patch) | |
tree | 68185b8e133d121c7f61205b59a1a4fc5011d924 /vcl | |
parent | 43a000ef53e7aa93d75cb6468e1bc3ece6691753 (diff) |
Updated for Mac OS X
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/util/makefile.pmk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/util/makefile.pmk b/vcl/util/makefile.pmk index 2521d1c022b3..cdeee91649ee 100644 --- a/vcl/util/makefile.pmk +++ b/vcl/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: cp $ $Date: 2000-11-17 18:29:00 $ +# last change: $Author: pluby $ $Date: 2001-01-31 23:34:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,7 +69,9 @@ GUIBASE=aqua .IF "$(BUILD_SOSL)" == "" .IF "$(USE_XPRINTER)" == "" +.IF "$(OS)" != "MACOSX" ENVCFLAGS += -DUSE_PSPRINT PSPRINT=true .ENDIF .ENDIF +.ENDIF |