diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-21 01:36:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-22 11:08:31 +0200 |
commit | 4ac934946e1e02fc000c56f23575c766c7a912d1 (patch) | |
tree | 5a6c8a9999f3972f76dd7f7321c82e36afa0e697 /cli_ure | |
parent | a546bf8d5b4246ff60a7d96baf9adcfc5872ffc2 (diff) |
cli_ure: cleanup in Library_cli_cppuhelper_native
Change-Id: I76b4815208354e78eb3575982235b6f26f1e02fd
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/Library_cli_cppuhelper_native.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cli_ure/Library_cli_cppuhelper_native.mk b/cli_ure/Library_cli_cppuhelper_native.mk index 3eae9111ec7c..cc4e628a4751 100644 --- a/cli_ure/Library_cli_cppuhelper_native.mk +++ b/cli_ure/Library_cli_cppuhelper_native.mk @@ -24,11 +24,10 @@ $(eval $(call gb_Library_add_ldflags,cli_cppuhelper,\ -keyfile:$(call gb_Helper_windows_path,$(SRCDIR)/cli_ure/source/cliuno.snk) \ )) -# TODO do not encode filenames here $(eval $(call gb_Library_add_ldflags,cli_cppuhelper,\ - -delayload:cppuhelper3MSC.dll \ - -delayload:cppu3.dll \ - -delayload:sal3.dll \ + -delayload:$(call gb_Library_get_filename,cppuhelper) \ + -delayload:$(call gb_Library_get_filename,cppu) \ + -delayload:$(call gb_Library_get_filename,sal) \ )) $(eval $(call gb_Library_use_internal_bootstrap_api,cli_cppuhelper,\ |