summaryrefslogtreecommitdiff
path: root/desktop/Executable_soffice.bin.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-03-14 15:03:44 +0100
committerMichael Stahl <mstahl@redhat.com>2012-03-14 16:23:30 +0100
commit813a57cb1afa16bb306ced96d367fa1f55906620 (patch)
treec492472b0f324ff7b76c67ed7a79f14ad45dcfda /desktop/Executable_soffice.bin.mk
parentf1a2665128fa476f571cfd47c29b202a7ecc21cc (diff)
fdo#47246: desktop: factor out a winextendloadenv static library
Diffstat (limited to 'desktop/Executable_soffice.bin.mk')
-rw-r--r--desktop/Executable_soffice.bin.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/Executable_soffice.bin.mk b/desktop/Executable_soffice.bin.mk
index 00fb0057925e..e0c58912bc89 100644
--- a/desktop/Executable_soffice.bin.mk
+++ b/desktop/Executable_soffice.bin.mk
@@ -54,6 +54,7 @@ ifeq ($(OS),WNT)
$(eval $(call gb_Executable_add_linked_static_libs,$(sofficebin),\
ooopathutils \
+ winextendloaderenv \
))
ifeq ($(COM),MSC)
@@ -64,10 +65,6 @@ $(eval $(call gb_Executable_add_ldflags,$(sofficebin),\
endif
-$(eval $(call gb_Executable_add_noexception_objects,$(sofficebin),\
- desktop/win32/source/extendloaderenvironment \
-))
-
$(call gb_Module_get_target,desktop) : $(OUTDIR)/bin/soffice.bin
$(OUTDIR)/bin/soffice.bin : $(call gb_Executable_get_target,$(sofficebin))