summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:55:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:55:54 +0000
commitad83e673018bc8aad927cee782f6fc0b2ab3383b (patch)
treec00a713a959b493771fe4cfae9450e07f221047e
parent5123b8001502d05445c563b3bb7d0c0c21dec3a1 (diff)
INTEGRATION: CWS geordi2q14 (1.2.108); FILE MERGED
2004/01/29 18:04:19 hr 1.2.108.1: #111934#: merge CWS ooo111fix2
-rw-r--r--psprint/source/printer/makefile.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/psprint/source/printer/makefile.mk b/psprint/source/printer/makefile.mk
index 70fa3e7f2ecf..e0dca490971c 100644
--- a/psprint/source/printer/makefile.mk
+++ b/psprint/source/printer/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:09:10 $
+# last change: $Author: hr $ $Date: 2004-02-02 18:55:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -72,10 +72,18 @@ TARGET=printer
# --- Files --------------------------------------------------------
+.IF "$(GUIBASE)"=="aqua"
+
+dummy:
+ @echo "Nothing to build for GUIBASE $(GUIBASE)"
+
+.ELSE # "$(GUIBASE)"=="aqua"
+
SLOFILES=\
$(SLO)$/printerinfomanager.obj \
$(SLO)$/jobdata.obj
+.ENDIF # GUIBASE = aqua
# --- Targets ------------------------------------------------------