summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-26 15:14:46 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-26 15:26:19 +0300
commit70db161e697c1a222695053d95ad58ff8821168b (patch)
treebc71ea22ffc659ab08b01bb15ee85ef05bce0961 /sd
parent19ced247c6ad3351e8808c783e99fd19d9e5a473 (diff)
WaE: C++ exception handler used, but unwind semantics are not enabled
Diffstat (limited to 'sd')
-rw-r--r--sd/Library_sd.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 96e6e69b51a4..51db25001985 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -173,6 +173,7 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
sd/source/ui/app/sdmod1 \
sd/source/ui/app/sdmod2 \
sd/source/ui/app/sdpopup \
+ sd/source/ui/app/sdresid \
sd/source/ui/app/sdxfer \
sd/source/ui/app/tbxww \
sd/source/ui/app/tmplctrl \
@@ -494,10 +495,6 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
sd/source/ui/view/zoomlist \
))
-$(eval $(call gb_Library_add_noexception_objects,sd,\
- sd/source/ui/app/sdresid \
-))
-
ifeq ($(strip $(GUI)),WNT)
$(eval $(call gb_Library_add_cxxobjects,sd,\
sd/source/ui/app/optsitem \