diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 11:03:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 11:03:20 +0000 |
commit | f729dd4fdfa73d89cea20f404dc71a22c4089805 (patch) | |
tree | 3ed3f8045398337b80f0564e9782fc1e366f6af8 /helpcontent2/util/scalc | |
parent | 6aad37b48d7484a25ece21f4fe145b1f8ae1ec31 (diff) |
INTEGRATION: CWS ause037 (1.15.58); FILE MERGED
2005/09/06 15:29:25 hjs 1.15.58.1: #125412# allow building to shared output tree
Diffstat (limited to 'helpcontent2/util/scalc')
-rw-r--r-- | helpcontent2/util/scalc/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/helpcontent2/util/scalc/makefile.mk b/helpcontent2/util/scalc/makefile.mk index 3638681ce5..028e5f5f74 100644 --- a/helpcontent2/util/scalc/makefile.mk +++ b/helpcontent2/util/scalc/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: vg $ $Date: 2005-03-09 12:46:59 $ +#* last change $Author: hr $ $Date: 2005-09-28 12:03:20 $ #* -#* $Revision: 1.15 $ +#* $Revision: 1.16 $ #* #* $Logfile:$ #* @@ -32,7 +32,7 @@ zip1generatedlangs=TRUE zip1langdirs=$(aux_alllangiso) ZIP1TARGET=xhp_scalc ZIP1FLAGS= -u -r -ZIP1DIR=$(MISC)$/$(LANGDIR) +ZIP1DIR=$(COMMONMISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/scalc$/* -x "*.dphh*" -x "*.hzip" -x "*.created" .ENDIF # "$(SOLAR_JAVA)"!="" @@ -40,13 +40,13 @@ ZIP1LIST=$(LANGDIR)$/text$/scalc$/* -x "*.dphh*" -x "*.hzip" -x "*.created" LINKNAME=scalc LINKADDEDFILES= \ -add scalc.cfg $(PRJ)$/source$/auxiliary$/LANGUAGE$/scalc.cfg \ - -add scalc.tree $(MISC)$/LANGUAGE$/scalc.tree \ + -add scalc.tree $(COMMONMISC)$/LANGUAGE$/scalc.tree \ -add scalc.jar $(BIN)$/xhp_scalc_LANGUAGE.zip LINKADDEDDEPS= \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/scalc.cfg \ - $(MISC)$/LANGUAGE$/scalc.tree \ + $(COMMONMISC)$/LANGUAGE$/scalc.tree \ $(BIN)$/xhp_scalc_LANGUAGE.zip |