summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/prj/d.lst1
-rw-r--r--store/util/makefile.mk4
2 files changed, 5 insertions, 0 deletions
diff --git a/store/prj/d.lst b/store/prj/d.lst
index e39be093c53a..0cc1fc67b573 100644
--- a/store/prj/d.lst
+++ b/store/prj/d.lst
@@ -5,6 +5,7 @@ mkdir: %_DEST%\inc%_EXT%\store
..\util\store.xml %_DEST%\xml%_EXT%\store.xml
..\%__SRC%\lib\istore.lib %_DEST%\lib%_EXT%\istore.lib
+..\%__SRC%\lib\libstore*.dll.a %_DEST%\lib%_EXT%\libstore*.dll.a
..\%__SRC%\lib\libstore.*.* %_DEST%\lib%_EXT%\*
..\%__SRC%\bin\sto*.dll %_DEST%\bin%_EXT%\sto*.dll
diff --git a/store/util/makefile.mk b/store/util/makefile.mk
index 492f54cfa4f4..5129273d81d0 100644
--- a/store/util/makefile.mk
+++ b/store/util/makefile.mk
@@ -56,7 +56,11 @@ LIB1FILES= $(LB)$/store.lib
# --- Shared-Library ---
SHL1TARGET= $(TARGET)
+.IF "$(COM)" == "MSC"
SHL1IMPLIB= istore
+.ELSE
+SHL1IMPLIB= store$(UDK_MAJOR)
+.ENDIF
SHL1VERSIONMAP= $(TARGET).map
add missing includeThomas Arnhold 2013-09-05fdo#42155: Replace the only use of CAutoUnicodeBuffer part1Julien Nabet 2013-08-25Fix "Save As" when sandboxed on OS XTor Lillqvist 2013-08-23Make our File>Recent Documents work better when sandboxedTor Lillqvist 2013-08-22convert include/svtools/QueryFolderName.hxx from String to OUStringNoel Grandin 2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák 2013-08-12Typo: controling => controllingJulien Nabet 2013-08-08Resolves: #i122301# fix build breaker on Mac in fpicker for debug=trueHerbert Dürr 2013-08-04Mark as const/staticTakeshi Abe 2013-07-28reduce use of UniString from ResID ctorCaolán McNamara 2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks 2013-07-24Keep passing XComponentContext into officecfg:: wrapper fns, where availableStephan Bergmann 2013-07-24fdo#46037: no more comphelper/configurationhelper.hxx in fpickerJulien Nabet 2013-07-24Revert "fdo#46037: no more comphelper/configurationhelper.hxx in fpicker"Fridrich Štrba 2013-07-24Trying to fix the windows buildFridrich Štrba 2013-07-23fdo#46037: no more comphelper/configurationhelper.hxx in fpickerJulien Nabet