summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-03 14:41:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-03 14:41:01 +0000
commitb89c71bb3adc3e429a3d9ec553a218f2e716edb6 (patch)
tree036d574f69b2c9e87e1569de1ec4f1229917a233 /slideshow
parent047adc7f48dec4eabe70f779d867f1c13b973234 (diff)
better output message when not mac
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/OGLTrans/mac/makefile.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/slideshow/source/engine/OGLTrans/mac/makefile.mk b/slideshow/source/engine/OGLTrans/mac/makefile.mk
index e97370eabd8d..decb4f3d39a5 100644
--- a/slideshow/source/engine/OGLTrans/mac/makefile.mk
+++ b/slideshow/source/engine/OGLTrans/mac/makefile.mk
@@ -31,11 +31,15 @@
PRJ=..$/..$/..$/..
-.IF "$(ENABLE_OPENGL)" != "TRUE" || "$(OS)" != "MACOSX"
+.IF "$(OS)" != "MACOSX"
+all:
+ @echo "Nothing to build for this platform"
+.ELIF "$(ENABLE_OPENGL)" != "TRUE"
all:
@echo "Building without OpenGL transitions"
.ENDIF
+
PRJNAME=slideshow
TARGET=OGLTrans
ENABLE_EXCEPTIONS=TRUE