canvas/Library_cairocanvas.mk | 12 ------------ desktop/Library_sofficeapp.mk | 10 ---------- svx/Library_svxcore.mk | 4 ---- 3 files changed, 26 deletions(-)
New commits: commit 601d7d38628bf93218fba15249c4654ae24e7396 Author: Douglas Mencken <dougmenc...@gmail.com> Date: Wed Dec 24 13:51:06 2014 -0500 svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at all Change-Id: Iea164e00262822d571f2c49665165795706a57a4 Reviewed-on: https://gerrit.libreoffice.org/13645 Reviewed-by: Michael Stahl <mst...@redhat.com> Tested-by: Michael Stahl <mst...@redhat.com> diff --git a/canvas/Library_cairocanvas.mk b/canvas/Library_cairocanvas.mk index b4654c0..da2ec7f 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 65c92a3..ee92f7a 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 39d6be5..04b05f5 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 \ )) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits