diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 10:48:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 10:48:53 +0000 |
commit | ea2161d2507f9ebed200010c9184a5b4964d1943 (patch) | |
tree | ccbf4bd83513918e6024f07bcacf6335f96bab85 /odk/util | |
parent | 7277cba5bc8f7d7dc0914a0882998dca236d1172 (diff) |
INTEGRATION: CWS jl104 (1.30.12); FILE MERGED
2008/06/19 10:01:20 jl 1.30.12.1: #i88078# moving cli-uno assemblies to odk
Diffstat (limited to 'odk/util')
-rw-r--r-- | odk/util/odk_rules.pmk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/odk/util/odk_rules.pmk b/odk/util/odk_rules.pmk index 1df3349752e3..ee6a159809f8 100644 --- a/odk/util/odk_rules.pmk +++ b/odk/util/odk_rules.pmk @@ -8,7 +8,7 @@ # # $RCSfile: odk_rules.pmk,v $ # -# $Revision: 1.30 $ +# $Revision: 1.31 $ # # This file is part of OpenOffice.org. # @@ -137,6 +137,10 @@ $(DESTDIRJAR)$/win$/unowinreg.dll : $(BIN)$/unowinreg.dll @@-rm -f $@ $(GNUCOPY) $< $@ +$(DESTDIRCLI)$/%.dll : $(BINOUT)$/%.dll + @@-rm -f $@ + $(GNUCOPY) $< $@ + $(DESTDIRDLL)$/%$(MY_DLLPOSTFIX) : $(DLLOUT)$/%$(MY_DLLPOSTFIX) @@-rm -f $@ $(GNUCOPY) $(DLLOUT)$/$(@:f) $@ |