Started to document the build tool.

next steps:
- Lookup `BuildConfiguration` and see if it should have a breakdown
- For the "Parse and build targets" prioritize local builds or now and ignore the remote builds sections since its only for mac.
- Figure out what `DirectoryReference` is and what `QueueProjectDirectory` does from `FileMetadataPrefetch`.
- Quickly skim `SourceFileWorkingSet` and breakdown the `Build` function of `BuildMode`
This commit is contained in:
2023-08-27 16:45:54 -04:00
parent 91746167f0
commit 95641ae944
3 changed files with 73 additions and 0 deletions

2
docs/Launch/mainloop.md Normal file
View File

@@ -0,0 +1,2 @@
# Main Engine Loop