summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--canvas/Library_cairocanvas.mk12
-rw-r--r--desktop/Library_sofficeapp.mk10
-rw-r--r--svx/Library_svxcore.mk4
3 files changed, 0 insertions, 26 deletions
diff --git a/canvas/Library_cairocanvas.mk b/canvas/Library_cairocanvas.mk
index b4654c0b9438..da2ec7f4300c 100644
--- a/canvas/Library_cairocanvas.mk
+++ b/canvas/Library_cairocanvas.mk
@@ -25,24 +25,12 @@ $(eval $(call gb_Library_use_sdk_api,cairocanvas))
ifeq ($(OS),MACOSX)
-$(eval $(call gb_Library_add_cxxflags,cairocanvas,\
- $(gb_OBJCXXFLAGS) \
-))
-
$(eval $(call gb_Library_use_system_darwin_frameworks,cairocanvas,\
Cocoa \
))
endif
-ifeq ($(OS),IOS)
-
-$(eval $(call gb_Library_add_cxxflags,cairocanvas,\
- $(gb_OBJCXXFLAGS) \
-))
-
-endif
-
$(eval $(call gb_Library_use_libraries,cairocanvas,\
sal \
cppu \
diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk
index 65c92a3744fb..ee92f7a845ce 100644
--- a/desktop/Library_sofficeapp.mk
+++ b/desktop/Library_sofficeapp.mk
@@ -67,22 +67,12 @@ $(eval $(call gb_Library_use_libraries,sofficeapp,\
ifeq ($(OS),MACOSX)
-$(eval $(call gb_Library_add_cxxflags,sofficeapp,\
- $(gb_OBJCXXFLAGS) \
-))
-
$(eval $(call gb_Library_use_system_darwin_frameworks,sofficeapp,\
Foundation \
))
endif
-ifeq ($(OS),IOS)
-$(eval $(call gb_Library_add_cflags,sofficeapp,\
- $(gb_OBJCFLAGS) \
-))
-endif
-
$(eval $(call gb_Library_add_exception_objects,sofficeapp,\
desktop/source/app/app \
desktop/source/app/appinit \
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 39d6be5686c6..04b05f5b7f20 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -92,10 +92,6 @@ $(eval $(call gb_Library_use_externals,svxcore,\
ifeq ($(OS),MACOSX)
-$(eval $(call gb_Library_add_cxxflags,svxcore,\
- $(gb_OBJCXXFLAGS) \
-))
-
$(eval $(call gb_Library_use_system_darwin_frameworks,svxcore,\
Foundation \
))