update to ida 7.6, add builds
This commit is contained in:
15
idasdk76/plugins/pdb/makefile
Normal file
15
idasdk76/plugins/pdb/makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
PROC=pdb
|
||||
CONFIGS=pdb.cfg
|
||||
|
||||
ifdef __NT__
|
||||
O1=old
|
||||
STDLIBS += ole32.lib
|
||||
STDLIBS += oleaut32.lib
|
||||
else
|
||||
LIBS += $(L)network$(A)
|
||||
endif
|
||||
|
||||
include ../plugin.mak
|
||||
|
||||
$(F)pdb$(O): CC_WNO-$(call gte,$(GCC_VERSION),6.1) += -Wno-null-dereference
|
||||
|
||||
Reference in New Issue
Block a user