summaryrefslogtreecommitdiff
path: root/desktop/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 12:19:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 12:19:09 +0000
commit87f99582921e2a2d09e0c32c8dce038c6052883d (patch)
tree7c1ec277210ffb01f1223f70efe98557a697a031 /desktop/util
parent7e824e25bc0411ea50315d4d087fc32d70598806 (diff)
INTEGRATION: CWS obo05 (1.63.68); FILE MERGED
2006/09/13 05:33:35 vg 1.63.68.1: #i53611# copy template.manifest to misc otherwise wntmsci10 breaks
Diffstat (limited to 'desktop/util')
-rw-r--r--desktop/util/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk
index 40ed8ae36be0..77fc74e417ed 100644
--- a/desktop/util/makefile.mk
+++ b/desktop/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.63 $
+# $Revision: 1.64 $
#
-# last change: $Author: rt $ $Date: 2006-05-02 17:13:56 $
+# last change: $Author: vg $ $Date: 2006-09-25 13:19:09 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -230,7 +230,7 @@ all: $(BIN)$/so ALLTAR
.IF "$(GUI)" == "WNT"
-ALLTAR: $(BIN)$/$(TARGET).exe.manifest
+ALLTAR: $(MISC)$/$(TARGET).exe.manifest
.ENDIF # WNT
@@ -243,7 +243,7 @@ $(APP1TARGETN) : $(BIN)$/so
.ENDIF # "$(APP1TARGETN)"!=""
.IF "$(GUI)" == "WNT"
-ALLTAR: $(BIN)$/$(TARGET).exe.manifest
+ALLTAR: $(MISC)$/$(TARGET).exe.manifest
ALLTAR: $(BIN)$/$(TARGET).bin
ALLTAR: $(BIN)$/so$/$(TARGET).bin
.ENDIF # WNT
@@ -261,7 +261,7 @@ ALLTAR : $(BIN)$/so$/soffice_so$(EXECPOST) $(BIN)$/soffice_oo$(EXECPOST)
# create a manifest file with the same name as the
# office executable file soffice.exe.manifest
-$(BIN)$/$(TARGET).exe.manifest: template.manifest
+$(MISC)$/$(TARGET).exe.manifest: template.manifest
+$(COPY) $< $@
$(BIN)$/$(TARGET).bin: $(BIN)$/$(TARGET)$(EXECPOST)