summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-18 12:57:20 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-18 16:58:17 +0300
commiteb3486268f405a512422646943cdd4cce4c1ed75 (patch)
tree4e78f7fd9eff6ceeaaeeacb89772c09e65139783 /store
parent61c7e5ff42c1d734ad125b22723664b1e9b2f700 (diff)
Just make -lstore work for MinGW as it does for other Unix-style compilers
I don't really see the point in having the UDK_MAJOR in the import library name. We don't do that for any Unix either, just -lstore is used. It isn't as if it would make any sense in keeping a mix of (import) libraries for incompatible versions/builds of the LO (SDK) in the same location anyway. The simpler, the better.
Diffstat (limited to 'store')
-rw-r--r--store/util/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk
index 5129273d81d0..801197cc8cde 100644
--- a/store/util/makefile.mk
+++ b/store/util/makefile.mk
@@ -59,7 +59,7 @@ SHL1TARGET= $(TARGET)
.IF "$(COM)" == "MSC"
SHL1IMPLIB= istore
.ELSE
-SHL1IMPLIB= store$(UDK_MAJOR)
+SHL1IMPLIB= store
.ENDIF
SHL1VERSIONMAP= $(TARGET).map