summaryrefslogtreecommitdiffstats
path: root/vcl/util/makefile.pmk
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-01-31 22:34:50 +0000
committerPatrick Luby <pluby@openoffice.org>2001-01-31 22:34:50 +0000
commit919be1c6313e1e30fc773c4edfb828a5b6afb14e (patch)
tree68185b8e133d121c7f61205b59a1a4fc5011d924 /vcl/util/makefile.pmk
parentadd: getDate, getTime, getNum (diff)
downloadcore-919be1c6313e1e30fc773c4edfb828a5b6afb14e.tar.gz
core-919be1c6313e1e30fc773c4edfb828a5b6afb14e.zip
Updated for Mac OS X
Diffstat (limited to 'vcl/util/makefile.pmk')
-rw-r--r--vcl/util/makefile.pmk6
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