summaryrefslogtreecommitdiff
path: root/crashrep/source/unx/res/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:12:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:12:14 +0000
commit1cbc7db011d2f5173c30bd4aeba4da70f510e6ed (patch)
treefdc98185d9cb353756c11f2f7a8ce03a1ca4e178 /crashrep/source/unx/res/makefile.mk
parent4a115480caba2443df249a0136fa4703e258fa51 (diff)
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
Diffstat (limited to 'crashrep/source/unx/res/makefile.mk')
-rwxr-xr-xcrashrep/source/unx/res/makefile.mk8
1 files changed, 8 insertions, 0 deletions
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