Skip to content
Commit 20e1dee9 authored by Spencer Brody's avatar Spencer Brody
Browse files

Changed the way the dependency graph is built. Instead of making load

dependencies be the compile dependencies of the parent node, have each
node keep track of its own compile AND load dependencies.  Wrote a
traverse function to traverse the graph and create a list of nodes in
order based on the dependencies.  Re-wrote the makefile-generator and
the asd generator to use this new system.
parent e22fbeda
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment