summaryrefslogtreecommitdiff
path: root/np_sdk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-05 16:36:58 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-05 16:36:58 +0000
commit164bc655bb952f6ecd6818bd25b9ca2805c36061 (patch)
treed7ba42db0cb5b5d280bb6d6e94393e3e8ee1f198 /np_sdk
parent1c93028b143c82e174aae5fdb67c46688d07ee81 (diff)
INTEGRATION: CWS cloph09 (1.5.12); FILE MERGED
2007/08/27 23:27:46 cloph 1.5.12.1: Issue number: #i81070# disable X11-heaaders when building an aqua-version
Diffstat (limited to 'np_sdk')
-rw-r--r--np_sdk/mozsrc/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/np_sdk/mozsrc/makefile.mk b/np_sdk/mozsrc/makefile.mk
index 679d14ec1f77..352f799d5bea 100644
--- a/np_sdk/mozsrc/makefile.mk
+++ b/np_sdk/mozsrc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kz $ $Date: 2006-10-05 10:13:56 $
+# last change: $Author: kz $ $Date: 2007-09-05 17:36:58 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -53,6 +53,10 @@ MOZFILES = $(SLO)$/npwin.obj
MOZFILES = $(SLO)$/npunix.obj
.ENDIF
+.IF "$(GUIBASE)" == "aqua"
+CDEFS+=-DNO_X11
+.ENDIF
+
ALL: $(MOZFILES)
# --- Targets ------------------------------------------------------