mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-03 20:38:40 +00:00
reworked manifest handling
- manifest files wont be created unless symbols are resolved - delay mt.exe presence check until we launch it - create explicit case that writes manifests to disk - moved manifest dependency collection step to happen after obj input - removed /rad_delete_manifest
This commit is contained in:
@@ -151,7 +151,7 @@ typedef struct
|
||||
|
||||
typedef struct
|
||||
{
|
||||
LNK_Obj **in_arr;
|
||||
LNK_ObjNode *in_arr;
|
||||
String8List *out_arr;
|
||||
Rng1U64 *range_arr;
|
||||
} LNK_ManifestDependencyCollector;
|
||||
|
||||
Reference in New Issue
Block a user