summaryrefslogtreecommitdiff
path: root/test/source
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-09-26 17:43:42 +0200
committerJan Holesovsky <kendy@suse.cz>2011-09-26 17:46:05 +0200
commita953cae319ce4e09626a6f0aae8f84fbb1dc6cf1 (patch)
tree5aa26008d40d97d48af6d8630822b398aa59153c /test/source
parent44ff5f147760bf48b22c14c4dcd7512fb9f8075f (diff)
One step closer to a functional 'make dev-install' with MinGW.
Diffstat (limited to 'test/source')
-rw-r--r--test/source/cpp/makefile.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/source/cpp/makefile.mk b/test/source/cpp/makefile.mk
index 62a6e2c35019..fd0b2bb42bbb 100644
--- a/test/source/cpp/makefile.mk
+++ b/test/source/cpp/makefile.mk
@@ -32,11 +32,6 @@ VISIBILITY_HIDDEN = TRUE
.INCLUDE: settings.mk
-.IF "$(CROSS_COMPILING)"=="YES"
-all:
- @echo Nothing done when cross-compiling
-.ENDIF
-
# --- Files --------------------------------------------------------
CDEFS += -DOOO_DLLIMPLEMENTATION_TEST
@@ -49,7 +44,11 @@ SLOFILES = \
$(SLO)/toabsolutefileurl.obj \
$(SLO)/uniquepipename.obj
+.IF "$(CROSS_COMPILING)" == "YES"
+SHL1IMPLIB = $(SHL1TARGET)
+.ELSE
SHL1IMPLIB = i$(SHL1TARGET)
+.ENDIF
SHL1OBJS = $(SLOFILES)
SHL1RPATH = NONE
SHL1STDLIBS = \