summaryrefslogtreecommitdiff
path: root/shell/Library_spsupp_x64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Library_spsupp_x64.mk')
-rw-r--r--shell/Library_spsupp_x64.mk11
1 files changed, 5 insertions, 6 deletions
diff --git a/shell/Library_spsupp_x64.mk b/shell/Library_spsupp_x64.mk
index cbb69df7d352..1988b2745539 100644
--- a/shell/Library_spsupp_x64.mk
+++ b/shell/Library_spsupp_x64.mk
@@ -12,7 +12,6 @@ $(eval $(call gb_Library_Library,spsupp_x64))
$(eval $(call gb_Library_set_x64,spsupp_x64,YES))
$(eval $(call gb_Library_use_custom_headers,spsupp_x64,\
- shell/source \
shell/source/win32/spsupp/idl \
))
@@ -35,11 +34,11 @@ $(eval $(call gb_Library_add_ldflags,spsupp_x64,\
/DEF:$(SRCDIR)/shell/source/win32/spsupp/spsupp.def \
))
-$(eval $(call gb_Library_add_x64_generated_exception_objects,spsupp_x64,\
- CustomTarget/shell/source/win32/spsupp/COMOpenDocuments \
- CustomTarget/shell/source/win32/spsupp/registrar \
- CustomTarget/shell/source/win32/spsupp/spsuppClassFactory \
- CustomTarget/shell/source/win32/spsupp/spsuppServ \
+$(eval $(call gb_Library_add_exception_objects,spsupp_x64,\
+ shell/source/win32/spsupp/COMOpenDocuments_x64 \
+ shell/source/win32/spsupp/registrar_x64 \
+ shell/source/win32/spsupp/spsuppClassFactory_x64 \
+ shell/source/win32/spsupp/spsuppServ_x64 \
))
# vim: set shiftwidth=4 tabstop=4 noexpandtab: