Kaydet (Commit) 014efb9e authored tarafından Michael Meeks's avatar Michael Meeks

disable pagein and oosplash.bin compile/install for Mac

üst 8e230401
...@@ -41,6 +41,13 @@ LIBSALCPPRT=$(0) ...@@ -41,6 +41,13 @@ LIBSALCPPRT=$(0)
.INCLUDE .IGNORE : icuversion.mk .INCLUDE .IGNORE : icuversion.mk
.IF "$(OS)"=="MACOSX"
dummy:
@echo "Pagein disabled for mac"
.ELSE
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
OBJFILES= \ OBJFILES= \
...@@ -185,3 +192,5 @@ $(MISC)$/$(TARGET)-common : makefile.mk ...@@ -185,3 +192,5 @@ $(MISC)$/$(TARGET)-common : makefile.mk
# stoc bits # stoc bits
@-echo $(DLLPRE)sfx$(DFTDLLPOST) >> $@ @-echo $(DLLPRE)sfx$(DFTDLLPOST) >> $@
@-echo $(DLLPRE)sofficeapp$(DLLPOST) >> $@ @-echo $(DLLPRE)sofficeapp$(DLLPOST) >> $@
.ENDIF
\ No newline at end of file
...@@ -36,6 +36,11 @@ ENABLE_EXCEPTIONS=TRUE ...@@ -36,6 +36,11 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk .INCLUDE : settings.mk
.IF "$(OS)"=="MACOSX"
dummy:
@echo "Unix quickstarter disabled for mac"
.ELSE
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
SLOFILES = $(SLO)$/unxsplash.obj SLOFILES = $(SLO)$/unxsplash.obj
...@@ -67,3 +72,5 @@ $(MISC)/splash.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ ...@@ -67,3 +72,5 @@ $(MISC)/splash.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
$(XSLTPROC) --nonet --stringparam uri \ $(XSLTPROC) --nonet --stringparam uri \
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
$(SOLARENV)/bin/createcomponent.xslt splash.component $(SOLARENV)/bin/createcomponent.xslt splash.component
.ENDIF
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment