Do build the unoexceptionprotector also when cross-compiling

This commit is contained in:
Tor Lillqvist 2011-11-19 01:23:23 +02:00
parent a738b25f7c
commit 79d0853239
2 changed files with 2 additions and 6 deletions

View file

@ -8,6 +8,7 @@ mkdir: %_DEST%\inc\unotest\detail
..\%__SRC%\lib\libunotest.dll.a %_DEST%\lib\libunotest.dll.a
..\%__SRC%\lib\unoexceptionprotector.dylib %_DEST%\lib\unoexceptionprotector.dylib
..\%__SRC%\lib\unoexceptionprotector.so %_DEST%\lib\unoexceptionprotector.so
..\%__SRC%\lib\libunoexceptionprotector.so %_DEST%\lib\libunoexceptionprotector.so
..\inc\unotest\detail\unotestdllapi.hxx %_DEST%\inc\unotest\detail\unotestdllapi.hxx
..\inc\unotest\bootstrapfixturebase.hxx %_DEST%\inc\unotest\bootstrapfixturebase.hxx
..\inc\unotest\filters-test.hxx %_DEST%\inc\unotest\filters-test.hxx

View file

@ -32,11 +32,6 @@ VISIBILITY_HIDDEN = TRUE
.INCLUDE: settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
.ENDIF
# --- Files --------------------------------------------------------
DLLPRE =
@ -52,7 +47,7 @@ SHL1STDLIBS = \
$(CPPULIB) \
$(CPPUNITLIB) \
$(SALLIB)
SHL1TARGET = unoexceptionprotector
SHL1TARGET = $(ENFORCEDSHLPREFIX)unoexceptionprotector
SHL1USE_EXPORTS = name
DEF1NAME = $(SHL1TARGET)