forked from BRL-CAD/bext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
13 lines (11 loc) · 700 Bytes
/
TODO
File metadata and controls
13 lines (11 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Right now, I don't think we're really handling switching config options
properly. If we enable/disable individual components, dependencies using
those components need to be reset - their old compiles will no longer be
valid if one of their dependencies changes. We need to:
1. clear the bext_output directory, so the contents reflect the new
settings rather than keeping potentially outdated files
2. remove old build directory contents for those projects that have
had a dependency change status, so their compiles end up detecting
and linking to the correct versions. We can't depend on third
party build systems to reset everything correctly, so we need to
start clean.