From 1cbc7db011d2f5173c30bd4aeba4da70f510e6ed Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 16 Jul 2003 16:12:14 +0000 Subject: INTEGRATION: CWS ooo11rc2 (1.2.2); FILE MERGED 2003/07/14 14:50:08 fa 1.2.2.1: Disable crashrep for OS X since we need different stack walking code. http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16678 Dan fa@ooo --- crashrep/source/unx/res/makefile.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crashrep/source/unx/res/makefile.mk b/crashrep/source/unx/res/makefile.mk index 80f4ff495468..a20e162f285f 100755 --- a/crashrep/source/unx/res/makefile.mk +++ b/crashrep/source/unx/res/makefile.mk @@ -9,6 +9,12 @@ TARGETTYPE=CUI .INCLUDE : settings.mk +.IF "$(OS)"=="MACOSX" + +dummy: + @echo "Nothing to build for OS $(OS)" + +.ELSE # "$(OS)"=="MACOSX" # --- Files -------------------------------------------------------- @@ -18,6 +24,8 @@ APP1TARGET=$(TARGET) APP1OBJS=$(OBJ)$/unxcrashres.obj APP1STDLIBS=$(TOOLSLIB) $(SALLIB) +.ENDIF "$(OS)"=="MACOSX" + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -- cgit v1.2.3