mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-07 21:56:16 +00:00
Add /OUT option for dumpbin
This commit is contained in:
parent
1709d5dc65
commit
e38bfe417d
@ -227,10 +227,11 @@ cryptlib.lib: $(LIB_OBJS)
|
||||
# $(LD) dump2def.obj kernel32.lib /out:$@
|
||||
|
||||
cryptopp.map:
|
||||
$(LD) $(LDFLAGS) /DLL /MAP /MAPINFO:EXPORTS $(LIB_OBJS) $(LDLIBS) /out:cryptopp.dll
|
||||
$(LD) $(LDFLAGS) /DLL /MAP /MAPINFO:EXPORTS $(LIB_OBJS)
|
||||
mv cryptlib.map cryptopp.map
|
||||
|
||||
cryptopp.dump: cryptlib.lib
|
||||
dumpbin /LINKERMEMBER cryptlib.lib > cryptopp.dump
|
||||
dumpbin.exe /LINKERMEMBER cryptlib.lib /OUT:$@
|
||||
|
||||
cryptopp.def: cryptlib.lib cryptopp.dump
|
||||
dump2def.exe cryptopp.dump cryptopp.def
|
||||
|
Loading…
x
Reference in New Issue
Block a user