summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:57:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:57:32 +0000
commit0360906066d10b04192a7c4468418913e745bf18 (patch)
treea9a7cc45b92057516ede63f6dc1afc7bdd9248d0
parenta699b59b2223305a67d39e2958c73fda9de15f63 (diff)
INTEGRATION: CWS geordi2q14 (1.10.8); FILE MERGED
2004/01/29 18:04:34 hr 1.10.8.1: #111934#: merge CWS ooo111fix2
-rw-r--r--psprint/util/makefile.mk13
1 files changed, 11 insertions, 2 deletions
diff --git a/psprint/util/makefile.mk b/psprint/util/makefile.mk
index cc07db20b72f..9718f746152d 100644
--- a/psprint/util/makefile.mk
+++ b/psprint/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: vg $ $Date: 2003-12-17 20:23:25 $
+# last change: $Author: hr $ $Date: 2004-02-02 18:57:32 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,6 +71,13 @@ TARGET=psp
# --- Allgemein ----------------------------------------------------------
+.IF "$(GUIBASE)"=="aqua"
+
+dummy:
+ @echo "Nothing to build for GUIBASE $(GUIBASE)"
+
+.ELSE # "$(GUIBASE)"=="aqua"
+
.IF "$(OS)"=="WNT"
LIB1TARGET= $(SLB)$/a$(TARGET).lib
LIB1FILES= $(SLB)$/fontsubset.lib
@@ -105,6 +112,8 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def
.ENDIF # "$(OS)"=="WNT"
+.ENDIF # GUIBASE = aqua
+
# --- Targets ------------------------------------------------------------