Add missing dependency to cryptest.nmake
parent
f74d09f645
commit
734affe257
|
|
@ -234,7 +234,7 @@ cryptlib.lib: $(LIB_OBJS)
|
||||||
cryptopp.dump: cryptlib.lib
|
cryptopp.dump: cryptlib.lib
|
||||||
dumpbin.exe /LINKERMEMBER cryptlib.lib /OUT:$@
|
dumpbin.exe /LINKERMEMBER cryptlib.lib /OUT:$@
|
||||||
|
|
||||||
cryptopp.map:
|
cryptopp.map: $(LIB_OBJS)
|
||||||
$(LD) $(LDFLAGS) /DLL /MAP /MAPINFO:EXPORTS $(LIB_OBJS)
|
$(LD) $(LDFLAGS) /DLL /MAP /MAPINFO:EXPORTS $(LIB_OBJS)
|
||||||
mv cryptlib.map cryptopp.map
|
mv cryptlib.map cryptopp.map
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue