Bypass more stuff on non-desktop OSes and enforce "lib" prefix for Android

This commit is contained in:
Tor Lillqvist
2011-11-25 23:51:33 +02:00
parent 474dcc8fc9
commit c7524e9441
6 changed files with 22 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ SHL1STDLIBS = \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(SALLIB)
SHL1TARGET = desktopbe1.uno
SHL1TARGET = $(ENFORCEDSHLPREFIX)desktopbe1.uno
SHL1USE_EXPORTS = name
DEF1NAME = $(SHL1TARGET)

View File

@@ -47,7 +47,7 @@ SLOFILES=\
$(SLO)$/localebecdef.obj \
$(SLO)$/localebackend.obj
SHL1TARGET=$(TARGET)1.uno
SHL1TARGET=$(ENFORCEDSHLPREFIX)$(TARGET)1.uno
SHL1OBJS=$(SLOFILES)
SHL1DEF=$(MISC)$/$(SHL1TARGET).def

View File

@@ -36,6 +36,11 @@ COMP1TYPELIST=$(TARGET)
.INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
ALL:
@echo Nothing done for non-desktop OSes
.ENDIF
# --- Files --------------------------------------------------------
DLLPRE=

View File

@@ -40,6 +40,11 @@ TESTAPP1=urltest
.INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
ALL:
@echo Nothing done for non-desktop OSes
.ENDIF
# --- Files --------------------------------------------------------
DLLPRE=

View File

@@ -38,6 +38,11 @@ LIBSALCPPRT=$(0)
.INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
ALL:
@echo Nothing done for non-desktop OSes
.ENDIF
# --- Files --------------------------------------------------------
SCRIPTFILES = \

View File

@@ -37,6 +37,11 @@ VISIBILITY_HIDDEN = TRUE
.INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
ALL:
@echo Nothing done for non-desktop OSes
.ENDIF
.IF "$(SYSTEM_EXPAT)" == "YES"
CFLAGS+=-DSYSTEM_EXPAT
.ENDIF