diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:57:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:57:32 +0000 |
commit | 0360906066d10b04192a7c4468418913e745bf18 (patch) | |
tree | a9a7cc45b92057516ede63f6dc1afc7bdd9248d0 /psprint/util | |
parent | a699b59b2223305a67d39e2958c73fda9de15f63 (diff) |
INTEGRATION: CWS geordi2q14 (1.10.8); FILE MERGED
2004/01/29 18:04:34 hr 1.10.8.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'psprint/util')
-rw-r--r-- | psprint/util/makefile.mk | 13 |
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 ------------------------------------------------------------ |