summaryrefslogtreecommitdiffstats
path: root/vcl/util/makefile.pmk
diff options
context:
space:
mode:
authorChristof Pintaske <cp@openoffice.org>2000-11-17 17:29:00 +0000
committerChristof Pintaske <cp@openoffice.org>2000-11-17 17:29:00 +0000
commitae15dd839bb9e116631eee7bf168fc168f29d885 (patch)
tree6d410a415ba1f7234de9e3365fb21dd71e9455bd /vcl/util/makefile.pmk
parentChanged: Misc adaptions. (diff)
downloadcore-ae15dd839bb9e116631eee7bf168fc168f29d885.tar.gz
core-ae15dd839bb9e116631eee7bf168fc168f29d885.zip
prevent oo from building psprint version
Diffstat (limited to 'vcl/util/makefile.pmk')
-rw-r--r--vcl/util/makefile.pmk11
1 files changed, 9 insertions, 2 deletions
diff --git a/vcl/util/makefile.pmk b/vcl/util/makefile.pmk
index dd76e1cfd051..2521d1c022b3 100644
--- a/vcl/util/makefile.pmk
+++ b/vcl/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 17:05:48 $
+# last change: $Author: cp $ $Date: 2000-11-17 18:29:00 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -66,3 +66,10 @@ PDBTARGET=vcl
.IF "$(OS)"=="MACOSX"
GUIBASE=aqua
.ENDIF
+
+.IF "$(BUILD_SOSL)" == ""
+.IF "$(USE_XPRINTER)" == ""
+ENVCFLAGS += -DUSE_PSPRINT
+PSPRINT=true
+.ENDIF
+.ENDIF