Kaydet (Commit) ea2161d2 authored tarafından Kurt Zenker's avatar Kurt Zenker

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
üst 7277cba5
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# #
# $RCSfile: odk_rules.pmk,v $ # $RCSfile: odk_rules.pmk,v $
# #
# $Revision: 1.30 $ # $Revision: 1.31 $
# #
# This file is part of OpenOffice.org. # This file is part of OpenOffice.org.
# #
...@@ -137,6 +137,10 @@ $(DESTDIRJAR)$/win$/unowinreg.dll : $(BIN)$/unowinreg.dll ...@@ -137,6 +137,10 @@ $(DESTDIRJAR)$/win$/unowinreg.dll : $(BIN)$/unowinreg.dll
@@-rm -f $@ @@-rm -f $@
$(GNUCOPY) $< $@ $(GNUCOPY) $< $@
$(DESTDIRCLI)$/%.dll : $(BINOUT)$/%.dll
@@-rm -f $@
$(GNUCOPY) $< $@
$(DESTDIRDLL)$/%$(MY_DLLPOSTFIX) : $(DLLOUT)$/%$(MY_DLLPOSTFIX) $(DESTDIRDLL)$/%$(MY_DLLPOSTFIX) : $(DLLOUT)$/%$(MY_DLLPOSTFIX)
@@-rm -f $@ @@-rm -f $@
$(GNUCOPY) $(DLLOUT)$/$(@:f) $@ $(GNUCOPY) $(DLLOUT)$/$(@:f) $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment