summaryrefslogtreecommitdiff
path: root/unoil
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-24 18:56:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-24 18:56:44 +0200
commitae75a0dd0b687242302ff2ad2369f7a5edaf09f3 (patch)
treed6d6b18226961a5ae8cacb63d34df46463690bb5 /unoil
parent82b1e07f6259236e0d443e473476f0227b860ce2 (diff)
More "Let climaker work on *.rdb.oldformat for now"
...also, the use of double use of udkapi.rdb in climaker call in testtools/CustomTarget_bridgetest_climaker.mk looked fishy. Change-Id: I8be22b184740d65e567df65bae51fe18066be102
Diffstat (limited to 'unoil')
-rw-r--r--unoil/CustomTarget_climaker.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/unoil/CustomTarget_climaker.mk b/unoil/CustomTarget_climaker.mk
index 990ed26b6b2e..9d1ef46ad603 100644
--- a/unoil/CustomTarget_climaker.mk
+++ b/unoil/CustomTarget_climaker.mk
@@ -19,7 +19,8 @@ $(call gb_CustomTarget_get_target,unoil/climaker) : \
$(unoil_CLIDIR)/$(CLI_OOOTYPES_POLICY_ASSEMBLY).dll
$(unoil_CLIDIR)/cli_oootypes.dll : $(SRCDIR)/unoil/climaker/version.txt \
- $(OUTDIR)/bin/offapi.rdb $(OUTDIR)/bin/udkapi.rdb \
+ $(call gb_UnoApiTarget_get_target,offapi) \
+ $(call gb_UnoApiTarget_get_target,udkapi) \
$(OUTDIR)/bin/cliuno.snk $(OUTDIR)/bin/cli_uretypes.dll \
$(call gb_Executable_get_runtime_dependencies,climaker) \
| $(unoil_CLIDIR)/.dir
@@ -31,10 +32,10 @@ $(unoil_CLIDIR)/cli_oootypes.dll : $(SRCDIR)/unoil/climaker/version.txt \
--assembly-version $(CLI_OOOTYPES_NEW_VERSION) \
--assembly-company "LibreOffice" \
--assembly-description "This assembly contains metadata for the LibreOffice API." \
- -X $(OUTDIR)/bin/udkapi.rdb \
+ -X $(call gb_UnoApiTarget_get_target,udkapi).oldformat \
-r $(OUTDIR)/bin/cli_uretypes.dll \
--keyfile $(OUTDIR)/bin/cliuno.snk \
- $(OUTDIR)/bin/offapi.rdb) > /dev/null)
+ $(call gb_UnoApiTarget_get_target,offapi).oldformat) > /dev/null)
$(unoil_CLIDIR)/cli_oootypes.config : \
$(SRCDIR)/unoil/climaker/cli_oootypes_config \