summaryrefslogtreecommitdiff
path: root/vcl/util/target.pmk
diff options
context:
space:
mode:
authoroisin <oisin@openoffice.org>2001-01-31 14:02:44 +0000
committeroisin <oisin@openoffice.org>2001-01-31 14:02:44 +0000
commit3cf7e64c91cf3dbe9a6ac292a00d62f9797f6b1e (patch)
tree4ef1069d544e641ab118afe2ca60221b04ff762b /vcl/util/target.pmk
parentcf2248d4a72c249f3cfd6052d1b7135b0493b256 (diff)
Xprint implementation merged into head
Diffstat (limited to 'vcl/util/target.pmk')
-rw-r--r--vcl/util/target.pmk9
1 files changed, 7 insertions, 2 deletions
diff --git a/vcl/util/target.pmk b/vcl/util/target.pmk
index 56868954b47c..bc9565270431 100644
--- a/vcl/util/target.pmk
+++ b/vcl/util/target.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: target.pmk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: oisin $ $Date: 2001-01-23 17:58:05 $
+# last change: $Author: oisin $ $Date: 2001-01-31 15:02:44 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -72,3 +72,8 @@ ONLYDLL .SETDIR=$(PRJ)$/util: $(SLOFILES)
dmake debug=t prjpch=t linkinc=t compinc=t ..$/$(OUTPATH)$/bin$/sv$(UPD)$(DLLSUFFIX).dll
@echo "READY"
+.IF "$(USE_XPRINT)"!="TRUE"
+.ELSE
+CFLAGS+=-D_USE_PRINT_EXTENSION_=1
+.ENDIF
+