fix build with --enable-win-mozab-driver

moving staticlibs to workdir broke it since
520c7dc9e8
Instead of copying the unzipped libs to another directory,
reference them from UnpackedTarball directory instead.

Change-Id: I711cae4305c6888bd923dcb09e51416cbe363377
Reviewed-on: https://gerrit.libreoffice.org/6191
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
This commit is contained in:
Christian Lohmaier
2013-10-10 18:31:27 +02:00
committed by Michael Stahl
parent ddac824d9c
commit c18dc12f29
2 changed files with 2 additions and 9 deletions

View File

@@ -2234,11 +2234,6 @@ $(call gb_LinkTarget_use_libraries,$(1),\
xpcom_core \
)
$(call gb_LinkTarget_use_static_libraries,$(1),\
embed_base_s \
mozreg_s \
)
$(call gb_LinkTarget_add_defs,$(1),\
-DMOZILLA_CLIENT \
-DMOZ_REFLOW_PERF \
@@ -2274,8 +2269,8 @@ $(call gb_LinkTarget_add_defs,$(1),\
endif
$(call gb_LinkTarget_add_libs,$(1),\
$(OUTDIR)/lib/embed_base_s.lib \
$(OUTDIR)/lib/mozreg_s.lib \
$(call gb_UnpackedTarball_get_dir,moz_lib)/embed_base_s.lib \
$(call gb_UnpackedTarball_get_dir,moz_lib)/mozreg_s.lib \
)
endif # !GCC

View File

@@ -10,8 +10,6 @@
$(eval $(call gb_ExternalPackage_ExternalPackage,moz_lib,moz_lib))
$(eval $(call gb_ExternalPackage_add_unpacked_files,moz_lib,lib,\
embed_base_s.lib \
mozreg_s.lib \
nslber32v50.lib \
nsldap32v50.lib \
xpcom.lib \