summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:55:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:55:19 +0000
commit4c54ad5a14498b7f9a75069b2becd032bd5da29e (patch)
tree6af9e191a4dfdf42b21388acd9f237e7822dc70a /psprint
parent314d4127d08ad658c72d132dadbe771dd2f8a4f2 (diff)
INTEGRATION: CWS geordi2q14 (1.2.108); FILE MERGED
2004/01/29 18:04:15 hr 1.2.108.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/helper/makefile.mk14
1 files changed, 12 insertions, 2 deletions
diff --git a/psprint/source/helper/makefile.mk b/psprint/source/helper/makefile.mk
index 9b8805a799b1..7197f43d1d1a 100644
--- a/psprint/source/helper/makefile.mk
+++ b/psprint/source/helper/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:07:42 $
+# last change: $Author: hr $ $Date: 2004-02-02 18:55:19 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -72,11 +72,21 @@ TARGET=helper
# --- Files --------------------------------------------------------
+.IF "$(GUIBASE)"=="aqua"
+
+dummy:
+ @echo "Nothing to build for GUIBASE $(GUIBASE)"
+
+.ELSE # "$(GUIBASE)"=="aqua"
+
SLOFILES=\
$(SLO)$/ppdparser.obj \
$(SLO)$/strhelper.obj \
$(SLO)$/helper.obj
+
+.ENDIF # GUIBASE = aqua
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk