Kaydet (Commit) 04b47c97 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use special DLL and library name just for MSC

üst a2b86d4e
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment