summaryrefslogtreecommitdiff
path: root/vcl/aqua
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-27 10:59:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-27 10:59:03 +0000
commit107d64c2a1e59b02ed799788727bd021b19edfb1 (patch)
treedee00be622c92a1d05b85983ea2d8940c20c239b /vcl/aqua
parent673efbd26b29ed32712643ec877ffad590d337a0 (diff)
#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.5-1.5.26.1) -> HEAD
Diffstat (limited to 'vcl/aqua')
-rw-r--r--vcl/aqua/source/window/makefile.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/aqua/source/window/makefile.mk b/vcl/aqua/source/window/makefile.mk
index 56fa05086d86..5ab22d914edc 100644
--- a/vcl/aqua/source/window/makefile.mk
+++ b/vcl/aqua/source/window/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: pluby $ $Date: 2000-12-04 00:10:12 $
+# last change: $Author: hr $ $Date: 2002-08-27 11:59:03 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,12 +76,12 @@ ENABLE_EXCEPTIONS=TRUE
# --- 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"
SLOFILES= \
$(SLO)/salframe.obj \
@@ -97,7 +97,7 @@ OBJFILES= \
$(OBJ)/VCLWindow.obj
.ENDIF
-.ENDIF # "$(OS)"!="MACOSX"
+.ENDIF # "$(GUIBASE)"!="aqua"
# --- Targets ------------------------------------------------------