summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:56:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:56:54 +0000
commit15181c17f7242d456681838ebb2193987bcb23b5 (patch)
treea670b2b98a77846b50d9fc8325ae350be2e18640 /psprint
parentccd4d2db6df3b267e76077bb2534a06b9cc9083e (diff)
INTEGRATION: CWS geordi2q14 (1.2.108); FILE MERGED
2004/01/29 18:04:26 hr 1.2.108.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/printergfx/makefile.mk13
1 files changed, 11 insertions, 2 deletions
diff --git a/psprint/source/printergfx/makefile.mk b/psprint/source/printergfx/makefile.mk
index 3d732f578888..f79659be7e46 100644
--- a/psprint/source/printergfx/makefile.mk
+++ b/psprint/source/printergfx/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hr $ $Date: 2002-08-20 15:10:29 $
+# last change: $Author: hr $ $Date: 2004-02-02 18:56:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,6 +73,13 @@ TARGET=gfx
# --- Files --------------------------------------------------------
+.IF "$(GUIBASE)"=="aqua"
+
+dummy:
+ @echo "Nothing to build for GUIBASE $(GUIBASE)"
+
+.ELSE # "$(GUIBASE)"=="aqua"
+
SLOFILES=\
$(SLO)$/printerjob.obj \
$(SLO)$/text_gfx.obj \
@@ -81,6 +88,8 @@ SLOFILES=\
$(SLO)$/glyphset.obj \
$(SLO)$/bitmap_gfx.obj
+.ENDIF
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk