diff options
| author | yrp <yrp604@protonmail.com> | 2020-04-21 17:47:22 -0700 |
|---|---|---|
| committer | Jordan <jordan@psifertex.com> | 2020-06-10 14:56:54 -0400 |
| commit | 57895d4917e1d284688f9f08169e4c52607f965f (patch) | |
| tree | 5caec6521f29b57bad86256a68428fcbf2e21a95 | |
| parent | d4690ca096fba956ecbe87e8a6e26414a3467323 (diff) | |
Update compiled objects
Populate the object list from the current .cpp files
| -rw-r--r-- | Makefile.win | 19 |
1 files 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) |
