update to ida 7.6, add builds
This commit is contained in:
18
idasdk76/plugins/qproject/makefile
Normal file
18
idasdk76/plugins/qproject/makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
PROC=qproject
|
||||
O1=moc_graphwidget
|
||||
O2=graphwidget
|
||||
O3=node
|
||||
O4=edge
|
||||
|
||||
include ../qtplugin.mak
|
||||
|
||||
# MAKEDEP dependency list ------------------
|
||||
$(F)edge$(O) : edge.cpp edge.h node.h
|
||||
$(F)graphwidget$(O): edge.h graphwidget.cpp graphwidget.h node.h
|
||||
$(F)moc_graphwidget$(O): $(F)moc_graphwidget.cpp graphwidget.h
|
||||
$(F)node$(O) : edge.h graphwidget.h node.cpp node.h
|
||||
$(F)qproject$(O): $(I)bitrange.hpp $(I)bytes.hpp $(I)config.hpp $(I)fpro.h \
|
||||
$(I)funcs.hpp $(I)ida.hpp $(I)idp.hpp $(I)kernwin.hpp \
|
||||
$(I)lines.hpp $(I)llong.hpp $(I)loader.hpp $(I)nalt.hpp \
|
||||
$(I)netnode.hpp $(I)pro.h $(I)range.hpp $(I)segment.hpp \
|
||||
$(I)ua.hpp $(I)xref.hpp graphwidget.h qproject.cpp
|
||||
Reference in New Issue
Block a user