diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-03-08 12:54:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-03-08 12:54:46 +0000 |
commit | a60e0317dc995f33d0365bc5af867d99402028e7 (patch) | |
tree | fc277c18b9ed99eaa044b420f7fb6a77048aecc2 /vcl/util | |
parent | 7f3a59b1114bac881254ec556ee6cebd810313be (diff) |
INTEGRATION: CWS ause048 (1.5.168); FILE MERGED
2006/02/06 14:43:50 hjs 1.5.168.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/target.pmk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/util/target.pmk b/vcl/util/target.pmk index 16915a62d910..aa71db959844 100644 --- a/vcl/util/target.pmk +++ b/vcl/util/target.pmk @@ -4,9 +4,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-09 13:54:20 $ +# last change: $Author: rt $ $Date: 2006-03-08 13:54:46 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -41,8 +41,8 @@ WHOLEPRJ .SETDIR=$(PRJ)$/prj: @echo "READY" ONLYDLL .SETDIR=$(PRJ)$/util: $(SLOFILES) - $(RM) ..$/$(OUTPATH)$/bin$/sv$(UPD)$(DLLSUFFIX).dll - dmake debug=t prjpch=t linkinc=t compinc=t ..$/$(OUTPATH)$/bin$/sv$(UPD)$(DLLSUFFIX).dll + $(RM) ..$/$(OUTPATH)$/bin$/sv$(UPD)$(DLLPOSTFIX).dll + dmake debug=t prjpch=t linkinc=t compinc=t ..$/$(OUTPATH)$/bin$/sv$(UPD)$(DLLPOSTFIX).dll @echo "READY" .IF "$(USE_XPRINT)"!="TRUE" |