summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:51:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:51:41 +0000
commit727d2382c91c74628e07e68d75e4f153c424be23 (patch)
tree5828fed4f9dc874e1d4f676a52ef434beb5cc2b0 /psprint
parent6006b8089c62ff99a019944546ec508af33d9e24 (diff)
INTEGRATION: CWS pj82 (1.6.144); FILE MERGED
2007/06/21 07:39:04 pjanik 1.6.144.1: #i78739#: do not build fontmanager at all on Mac OS X Aqua.
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontmanager/makefile.mk13
1 files changed, 11 insertions, 2 deletions
diff --git a/psprint/source/fontmanager/makefile.mk b/psprint/source/fontmanager/makefile.mk
index 03acf7839f6c..e10ef8ee9c9d 100644
--- a/psprint/source/fontmanager/makefile.mk
+++ b/psprint/source/fontmanager/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 16:37:39 $
+# last change: $Author: hr $ $Date: 2007-06-27 13:51:41 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -51,6 +51,13 @@ CDEFS += -DENABLE_FONTCONFIG
# --- Files --------------------------------------------------------
+.IF "$(GUIBASE)"=="aqua"
+
+dummy:
+ @echo "Nothing to build for GUIBASE $(GUIBASE)"
+
+.ELSE # "$(GUIBASE)"=="aqua"
+
SLOFILES=\
$(SLO)$/fontmanager.obj \
$(SLO)$/fontcache.obj \
@@ -61,6 +68,8 @@ SLOFILES=\
NOOPTFILES=$(SLO)$/fontmanager.obj
.ENDIF
+.ENDIF
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk