summaryrefslogtreecommitdiffstats
path: root/sd/Library_sd.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-08-16 14:49:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-16 15:15:33 +0200
commit3565a294189c6203a301a0971b7c9e48ab1e39df (patch)
tree649f4cb5811419acbf04e44bb8e3ad3e9f40d897 /sd/Library_sd.mk
parentsd: remove NOOPT for unowcntr.cxx (diff)
downloadcore-3565a294189c6203a301a0971b7c9e48ab1e39df.tar.gz
core-3565a294189c6203a301a0971b7c9e48ab1e39df.zip
sd: remove NOOPT for optsitem.cxx and futext.cxx
These have been added in initial CVS import. Change-Id: I8235db9d16b699f9736762bf097e99819753d616
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r--sd/Library_sd.mk15
1 files changed, 2 insertions, 13 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 34a1525a85f4..2adb1595a654 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -189,6 +189,7 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
sd/source/ui/annotations/annotationmanager \
sd/source/ui/annotations/annotationtag \
sd/source/ui/annotations/annotationwindow \
+ sd/source/ui/app/optsitem \
sd/source/ui/app/sddll \
sd/source/ui/app/sddll1 \
sd/source/ui/app/sddll2 \
@@ -308,6 +309,7 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
sd/source/ui/func/fusnapln \
sd/source/ui/func/fusumry \
sd/source/ui/func/futempl \
+ sd/source/ui/func/futext \
sd/source/ui/func/futhes \
sd/source/ui/func/futransf \
sd/source/ui/func/futxtatt \
@@ -600,17 +602,4 @@ endif
endif
-ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_cxxobjects,sd,\
- sd/source/ui/app/optsitem \
- sd/source/ui/func/futext \
- , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
-))
-else
-$(eval $(call gb_Library_add_exception_objects,sd,\
- sd/source/ui/app/optsitem \
- sd/source/ui/func/futext \
-))
-endif
-
# vim: set noet sw=4 ts=4: