Kaydet (Commit) 3565a294 authored tarafından Michael Stahl's avatar Michael Stahl

sd: remove NOOPT for optsitem.cxx and futext.cxx

These have been added in initial CVS import.

Change-Id: I8235db9d16b699f9736762bf097e99819753d616
üst 8f9b8b6e
...@@ -189,6 +189,7 @@ $(eval $(call gb_Library_add_exception_objects,sd,\ ...@@ -189,6 +189,7 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
sd/source/ui/annotations/annotationmanager \ sd/source/ui/annotations/annotationmanager \
sd/source/ui/annotations/annotationtag \ sd/source/ui/annotations/annotationtag \
sd/source/ui/annotations/annotationwindow \ sd/source/ui/annotations/annotationwindow \
sd/source/ui/app/optsitem \
sd/source/ui/app/sddll \ sd/source/ui/app/sddll \
sd/source/ui/app/sddll1 \ sd/source/ui/app/sddll1 \
sd/source/ui/app/sddll2 \ sd/source/ui/app/sddll2 \
...@@ -308,6 +309,7 @@ $(eval $(call gb_Library_add_exception_objects,sd,\ ...@@ -308,6 +309,7 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
sd/source/ui/func/fusnapln \ sd/source/ui/func/fusnapln \
sd/source/ui/func/fusumry \ sd/source/ui/func/fusumry \
sd/source/ui/func/futempl \ sd/source/ui/func/futempl \
sd/source/ui/func/futext \
sd/source/ui/func/futhes \ sd/source/ui/func/futhes \
sd/source/ui/func/futransf \ sd/source/ui/func/futransf \
sd/source/ui/func/futxtatt \ sd/source/ui/func/futxtatt \
...@@ -600,17 +602,4 @@ endif ...@@ -600,17 +602,4 @@ endif
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: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment