diff options
author | Douglas Mencken <dougmencken@gmail.com> | 2014-12-24 13:51:06 -0500 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-01-13 12:21:57 +0000 |
commit | 601d7d38628bf93218fba15249c4654ae24e7396 (patch) | |
tree | bee2246296500c9227c92cdce33ee3e9284c153f /desktop/Library_sofficeapp.mk | |
parent | 9b87116fa4c5873fa719468f775589edd6c8613c (diff) |
svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at all
Change-Id: Iea164e00262822d571f2c49665165795706a57a4
Reviewed-on: https://gerrit.libreoffice.org/13645
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'desktop/Library_sofficeapp.mk')
-rw-r--r-- | desktop/Library_sofficeapp.mk | 10 |
1 files changed, 0 insertions, 10 deletions
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 \ |