Add missing dependency to cryptest.nmake

pull/778/head
Jeffrey Walton 2019-01-08 03:36:06 -05:00
parent f74d09f645
commit 734affe257
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ cryptlib.lib: $(LIB_OBJS)
cryptopp.dump: cryptlib.lib
dumpbin.exe /LINKERMEMBER cryptlib.lib /OUT:$@
cryptopp.map:
cryptopp.map: $(LIB_OBJS)
$(LD) $(LDFLAGS) /DLL /MAP /MAPINFO:EXPORTS $(LIB_OBJS)
mv cryptlib.map cryptopp.map