diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-08-16 14:49:17 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-08-16 15:15:33 +0200 |
commit | 3565a294189c6203a301a0971b7c9e48ab1e39df (patch) | |
tree | 649f4cb5811419acbf04e44bb8e3ad3e9f40d897 /sd | |
parent | 8f9b8b6e6f89f28f1a537a1b4a2aaac076ab7b08 (diff) |
sd: remove NOOPT for optsitem.cxx and futext.cxx
These have been added in initial CVS import.
Change-Id: I8235db9d16b699f9736762bf097e99819753d616
Diffstat (limited to 'sd')
-rw-r--r-- | sd/Library_sd.mk | 15 |
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: |