diff options
author | oisin <oisin@openoffice.org> | 2001-01-23 16:58:05 +0000 |
---|---|---|
committer | oisin <oisin@openoffice.org> | 2001-01-23 16:58:05 +0000 |
commit | 49178fd5d8a1718385ee060fefbb46a765502e05 (patch) | |
tree | c2082a11136b5c470bdaf5a4a3e7ac2c02117537 | |
parent | c436789dfa548ea9fee276dee44e6af461077716 (diff) |
Reverted to revision 1.1
-rw-r--r-- | vcl/util/target.pmk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/vcl/util/target.pmk b/vcl/util/target.pmk index 48da577ec15d..56868954b47c 100644 --- a/vcl/util/target.pmk +++ b/vcl/util/target.pmk @@ -2,9 +2,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: oisin $ $Date: 2001-01-19 14:54:05 $ +# last change: $Author: oisin $ $Date: 2001-01-23 17:58:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,8 +72,3 @@ 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 - |