summaryrefslogtreecommitdiff
path: root/helpcontent2/helpers
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 14:31:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 14:31:51 +0000
commitd7b49bc740223cfc7e556b46204b3904d7fb819b (patch)
treebf5057705094ec1fe0a5b2d6b8230a36fef75818 /helpcontent2/helpers
parent145fb00b23e0dd02546b41263aece3b2c6a6f0f6 (diff)
INTEGRATION: CWS chart2mst3 (1.11.22); FILE MERGED
2007/01/10 14:42:16 fpe 1.11.22.1: chart as module
Diffstat (limited to 'helpcontent2/helpers')
-rw-r--r--helpcontent2/helpers/createmakefile.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/helpcontent2/helpers/createmakefile.pl b/helpcontent2/helpers/createmakefile.pl
index 16a9e62543..909384b4fd 100644
--- a/helpcontent2/helpers/createmakefile.pl
+++ b/helpcontent2/helpers/createmakefile.pl
@@ -200,17 +200,23 @@ LAD
$module = "schart";
$linkaddedfiles = <<"LAF";
+ -add $module.cfg \$(PRJ)\$/source\$/auxiliary\$/LANGUAGE\$/$module.cfg \\
-add $module.tree \$(COMMONMISC)\$/LANGUAGE\$/$module.tree \\
-add $module.jar \$(BIN)\$/xhp_${module}_LANGUAGE.zip
LAF
$linkaddeddeps = <<"LAD";
+ \$(PRJ)\$/source\$/auxiliary\$/LANGUAGE\$/$module.cfg \\
\$(COMMONMISC)\$/LANGUAGE\$/$module.tree \\
\$(BIN)\$/xhp_${module}_LANGUAGE.zip
LAD
$linklinkfiles = '';
+ for (@shared) { $linklinkfiles = $linklinkfiles . " $_ \\\n"; }
+ for (@schart) { $linklinkfiles = $linklinkfiles . " $_ \\\n"; }
+
+
$auth = "script";
$date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
$prj = '..$/..' ;