#i101955# fixed Windows configmgr import lib
This commit is contained in:
parent
8cc805c72c
commit
bf5ee44929
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
mkdir: %_DEST%\inc%_EXT%\configmgr
|
||||
mkdir: %_DEST%\inc%_EXT%\configmgr\detail
|
||||
..\%__SRC%\bin\configmgr.dll %_DEST%\bin%_EXT%\configmgr.dll
|
||||
..\%__SRC%\lib\iconfigmgr.lib %_DEST%\lib%_EXT%\iconfigmgr.lib
|
||||
..\%__SRC%\lib\libconfigmgr.dylib %_DEST%\lib%_EXT%\libconfigmgr.dylib
|
||||
..\%__SRC%\lib\libconfigmgr.so %_DEST%\lib%_EXT%\libconfigmgr.so
|
||||
..\inc\configmgr\detail\configmgrdllapi.hxx %_DEST%\inc%_EXT%\configmgr\detail\configmgrdllapi.hxx
|
||||
|
|
|
@ -57,6 +57,7 @@ SLOFILES = \
|
|||
$(SLO)$/type.obj \
|
||||
$(SLO)$/update.obj
|
||||
|
||||
SHL1IMPLIB = i$(SHL1TARGET)
|
||||
SHL1OBJS = $(SLOFILES)
|
||||
SHL1STDLIBS = \
|
||||
$(COMPHELPERLIB) \
|
||||
|
@ -66,6 +67,7 @@ SHL1STDLIBS = \
|
|||
$(SALHELPERLIB) \
|
||||
$(SALLIB)
|
||||
SHL1TARGET = configmgr
|
||||
SHL1USE_EXPORTS = name
|
||||
DEF1NAME = $(SHL1TARGET)
|
||||
|
||||
.INCLUDE: target.mk
|
||||
|
|
Loading…
Reference in a new issue