summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ------------------------------------------------------------