diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-27 10:34:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-27 10:34:06 +0000 |
commit | 387056e7acbb29629616f39c5affd626a05fdffa (patch) | |
tree | 6c593f15073662789ddbf3161ef7c6c4ae52bfca /vcl/aqua | |
parent | 32bb370501247ece6d18023247982e3e5b9c7631 (diff) |
#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.9-1.9.26.1) -> HEAD
Diffstat (limited to 'vcl/aqua')
-rw-r--r-- | vcl/aqua/source/app/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/aqua/source/app/makefile.mk b/vcl/aqua/source/app/makefile.mk index be657fa03e05..47d0a6cefde5 100644 --- a/vcl/aqua/source/app/makefile.mk +++ b/vcl/aqua/source/app/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: pluby $ $Date: 2000-12-08 01:28:59 $ +# last change: $Author: hr $ $Date: 2002-08-27 11:34:06 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,12 +74,12 @@ TARGET=salapp # --- Files -------------------------------------------------------- -.IF "$(OS)"!="MACOSX" +.IF "$(GUIBASE)"!="aqua" dummy: - @echo "Nothing to build for this platform" + @echo "Nothing to build for GUIBASE $(GUIBASE)" -.ELSE # "$(OS)"!="MACOSX" +.ELSE # "$(GUIBASE)"!="aqua" OBJFILES= $(OBJ)$/salmain.obj \ $(OBJ)$/VCLApplication.obj \ @@ -98,7 +98,7 @@ SLOFILES= $(SLO)$/salinst.obj \ EXCEPTIONSFILES=$(SLO)$/salmain.obj \ $(OBJ)$/salmain.obj -.ENDIF # "$(OS)"!="MACOSX" +.ENDIF # "$(GUIBASE)"!="aqua" # --- Targets ------------------------------------------------------ |