diff options
author | oisin <oisin@openoffice.org> | 2001-01-19 13:54:05 +0000 |
---|---|---|
committer | oisin <oisin@openoffice.org> | 2001-01-19 13:54:05 +0000 |
commit | 3df88fd2d09f0293210673c1dc5638a5d5907cbb (patch) | |
tree | 46ac768ade7e804007ccb800c77ea80e62c7101a /vcl/util/target.pmk | |
parent | 5f9b5e1e967a9d18ed17a2752cd7a12fb1e4ba1f (diff) |
Xprint changes merged into HEAD
Diffstat (limited to 'vcl/util/target.pmk')
-rw-r--r-- | vcl/util/target.pmk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/vcl/util/target.pmk b/vcl/util/target.pmk index 96285fb5c46e..48da577ec15d 100644 --- a/vcl/util/target.pmk +++ b/vcl/util/target.pmk @@ -2,9 +2,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:05:48 $ +# last change: $Author: oisin $ $Date: 2001-01-19 14:54:05 $ # # 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)"=="FALSE" +.ELSE +CFLAGS+=-D_USE_PRINT_EXTENSION_=1 +.ENDIF + |