From 57895d4917e1d284688f9f08169e4c52607f965f Mon Sep 17 00:00:00 2001 From: yrp Date: Tue, 21 Apr 2020 17:47:22 -0700 Subject: Update compiled objects Populate the object list from the current .cpp files --- Makefile.win | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/Makefile.win b/Makefile.win index c85ab742..04480697 100644 --- a/Makefile.win +++ b/Makefile.win @@ -15,24 +15,39 @@ OBJS = \ binarywriter.obj \ callingconvention.obj \ databuffer.obj \ + datarenderer.obj \ + downloadprovider.obj \ demangle.obj \ fileaccessor.obj \ filemetadata.obj \ + flowgraph.obj \ + flowgraphnode.obj \ function.obj \ - functiongraph.obj \ - functiongraphblock.obj \ functionrecognizer.obj \ + highlevelil.obj \ + highlevelilinstruction.obj \ interaction.obj \ + linearviewcursor.obj \ + linearviewobject.obj \ log.obj \ lowlevelil.obj \ + lowlevelilinstruction.obj \ mainthread.obj \ + mediumlevelil.obj \ + mediumlevelilinstruction.obj \ + metadata.obj \ platform.obj \ plugin.obj \ + pluginmanager.obj \ + relocationhandler.obj \ scriptingprovider.obj \ + settings.obj \ tempfile.obj \ transform.obj \ type.obj \ + undoaction.obj \ update.obj \ + user.obj \ jsoncpp.obj $(TARGET): $(OBJS) -- cgit v1.3.1