diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-23 14:01:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-23 14:01:48 +0200 |
commit | e2d8e4716ae1276e750139d4e292c198f03228ec (patch) | |
tree | 5db0a7430b067f73b05fd060a4b99320d575baab /odk | |
parent | 8396cce9b5d9a4e3cdccc558eb1b818460f0987a (diff) |
Install SDK cli/cli_cppuhelper.dll after all
Instead of removing it from odk/Package_cli.mk,
c0c7df91469d3306baa6708b0a8ab4eadc0e9097 "odk: remove cli_cppuhelper from
Package_cli" should have referenced it from solver's bin/assembly/, where it got
moved by 8865b7f013bcd9b4ce41dd98be28ba28aeb22e66 "fdo#55290: use the right
native library name." (And "It is actually installed by
scp2/source/ooo/ure.scp" too, indeed, but that is a red herring and is true for
all the SDK cli/cli_*.dll files. My take is that they are required twice, once
in the GAC, which the scp2 settings are for, and once for SDK code to link
against. Note e.g. the reference to cli_cppuhelper.dll in
odk/examples/CLI/CSharp/Spreadsheet/Makefile, building which from within the SDK
failed now without this fix.)
Change-Id: Ia906a4dc23e1e232ddb3dfac49dd190d1de45917
Diffstat (limited to 'odk')
-rw-r--r-- | odk/Package_cli.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/Package_cli.mk b/odk/Package_cli.mk index 80ec1f931fdc..49274de55a55 100644 --- a/odk/Package_cli.mk +++ b/odk/Package_cli.mk @@ -12,6 +12,7 @@ $(eval $(call gb_Package_Package,odk_cli,$(OUTDIR)/bin)) $(eval $(call gb_Package_set_outdir,odk_cli,$(INSTDIR))) $(eval $(call gb_Package_add_files,odk_cli,$(SDKDIRNAME)/cli,\ + assembly/cli_cppuhelper.dll \ cli_basetypes.dll \ cli_oootypes.dll \ cli_ure.dll \ |