summaryrefslogtreecommitdiff
path: root/desktop/unx/splash
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-03-22 10:06:40 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-03-22 10:07:30 +0000
commit014efb9efc585331e28da5a456f582f5beebeea3 (patch)
tree376cad17f2c6b66eea32bc8168944cbb323748cf /desktop/unx/splash
parent8e230401d9737ceab0707634389931f17a747ec0 (diff)
disable pagein and oosplash.bin compile/install for Mac
Diffstat (limited to 'desktop/unx/splash')
-rwxr-xr-xdesktop/unx/splash/makefile.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop/unx/splash/makefile.mk b/desktop/unx/splash/makefile.mk
index 23a9d98ae5bb..e338cfe36b83 100755
--- a/desktop/unx/splash/makefile.mk
+++ b/desktop/unx/splash/makefile.mk
@@ -36,6 +36,11 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
+.IF "$(OS)"=="MACOSX"
+dummy:
+ @echo "Unix quickstarter disabled for mac"
+.ELSE
+
# --- Files --------------------------------------------------------
SLOFILES = $(SLO)$/unxsplash.obj
@@ -67,3 +72,5 @@ $(MISC)/splash.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
$(XSLTPROC) --nonet --stringparam uri \
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
$(SOLARENV)/bin/createcomponent.xslt splash.component
+
+.ENDIF \ No newline at end of file