mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
adjust builds to new rdi library setup
This commit is contained in:
@@ -30,8 +30,8 @@
|
|||||||
#include "os/os_inc.h"
|
#include "os/os_inc.h"
|
||||||
#include "task_system/task_system.h"
|
#include "task_system/task_system.h"
|
||||||
#include "ico/ico.h"
|
#include "ico/ico.h"
|
||||||
#include "rdi_format_local/rdi_format_local.h"
|
#include "rdi_format/rdi_format_local.h"
|
||||||
#include "rdi_make_local/rdi_make_local.h"
|
#include "rdi_make/rdi_make_local.h"
|
||||||
#include "mdesk/mdesk.h"
|
#include "mdesk/mdesk.h"
|
||||||
#include "hash_store/hash_store.h"
|
#include "hash_store/hash_store.h"
|
||||||
#include "file_stream/file_stream.h"
|
#include "file_stream/file_stream.h"
|
||||||
@@ -70,8 +70,8 @@
|
|||||||
#include "os/os_inc.c"
|
#include "os/os_inc.c"
|
||||||
#include "task_system/task_system.c"
|
#include "task_system/task_system.c"
|
||||||
#include "ico/ico.c"
|
#include "ico/ico.c"
|
||||||
#include "rdi_format_local/rdi_format_local.c"
|
#include "rdi_format/rdi_format_local.c"
|
||||||
#include "rdi_make_local/rdi_make_local.c"
|
#include "rdi_make/rdi_make_local.c"
|
||||||
#include "mdesk/mdesk.c"
|
#include "mdesk/mdesk.c"
|
||||||
#include "hash_store/hash_store.c"
|
#include "hash_store/hash_store.c"
|
||||||
#include "file_stream/file_stream.c"
|
#include "file_stream/file_stream.c"
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
//~ rjf: Includes
|
//~ rjf: Includes
|
||||||
|
|
||||||
//- rjf: [lib]
|
//- rjf: [lib]
|
||||||
#include "rdi_format/lib/rdi_format.h"
|
#include "lib_rdi_format/rdi_format.h"
|
||||||
#include "rdi_format/lib/rdi_format.c"
|
#include "lib_rdi_format/rdi_format.c"
|
||||||
#include "lib_rdi_format/rdi_format_parse.h"
|
#include "lib_rdi_format/rdi_format_parse.h"
|
||||||
#include "lib_rdi_format/rdi_format_parse.c"
|
#include "lib_rdi_format/rdi_format_parse.c"
|
||||||
#include "third_party/rad_lzb_simple/rad_lzb_simple.h"
|
#include "third_party/rad_lzb_simple/rad_lzb_simple.h"
|
||||||
|
|||||||
@@ -21,13 +21,13 @@
|
|||||||
//- rjf: [h]
|
//- rjf: [h]
|
||||||
#include "base/base_inc.h"
|
#include "base/base_inc.h"
|
||||||
#include "os/os_inc.h"
|
#include "os/os_inc.h"
|
||||||
#include "rdi_format_local/rdi_format_local.h"
|
#include "rdi_format/rdi_format_local.h"
|
||||||
#include "rdi_dump.h"
|
#include "rdi_dump.h"
|
||||||
|
|
||||||
//- rjf: [c]
|
//- rjf: [c]
|
||||||
#include "base/base_inc.c"
|
#include "base/base_inc.c"
|
||||||
#include "os/os_inc.c"
|
#include "os/os_inc.c"
|
||||||
#include "rdi_format_local/rdi_format_local.c"
|
#include "rdi_format/rdi_format_local.c"
|
||||||
#include "rdi_dump.c"
|
#include "rdi_dump.c"
|
||||||
|
|
||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
// Copyright (c) 2024 Epic Games Tools
|
// Copyright (c) 2024 Epic Games Tools
|
||||||
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
||||||
|
|
||||||
//#include "lib_rdi_format/rdi_format.c"
|
#include "lib_rdi_format/rdi_format.c"
|
||||||
#include "rdi_format/lib/rdi_format.c"
|
|
||||||
#include "lib_rdi_format/rdi_format_parse.c"
|
#include "lib_rdi_format/rdi_format_parse.c"
|
||||||
|
|
||||||
internal void
|
internal void
|
||||||
|
|||||||
@@ -4,8 +4,7 @@
|
|||||||
#ifndef RDI_FORMAT_LOCAL_H
|
#ifndef RDI_FORMAT_LOCAL_H
|
||||||
#define RDI_FORMAT_LOCAL_H
|
#define RDI_FORMAT_LOCAL_H
|
||||||
|
|
||||||
//#include "lib_rdi_format/rdi_format.h"
|
#include "lib_rdi_format/rdi_format.h"
|
||||||
#include "rdi_format/lib/rdi_format.h"
|
|
||||||
#include "lib_rdi_format/rdi_format_parse.h"
|
#include "lib_rdi_format/rdi_format_parse.h"
|
||||||
|
|
||||||
internal void rdi_decompress_parsed(U8 *decompressed_data, U64 decompressed_size, RDI_Parsed *og_rdi);
|
internal void rdi_decompress_parsed(U8 *decompressed_data, U64 decompressed_size, RDI_Parsed *og_rdi);
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
//~ rjf: Includes
|
//~ rjf: Includes
|
||||||
|
|
||||||
//- rjf: [lib]
|
//- rjf: [lib]
|
||||||
#include "rdi_format/lib/rdi_format.h"
|
#include "lib_rdi_format/rdi_format.h"
|
||||||
#include "rdi_format/lib/rdi_format.c"
|
#include "lib_rdi_format/rdi_format.c"
|
||||||
#include "third_party/rad_lzb_simple/rad_lzb_simple.h"
|
#include "third_party/rad_lzb_simple/rad_lzb_simple.h"
|
||||||
#include "third_party/rad_lzb_simple/rad_lzb_simple.c"
|
#include "third_party/rad_lzb_simple/rad_lzb_simple.c"
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
#include "base/base_inc.h"
|
#include "base/base_inc.h"
|
||||||
#include "os/os_inc.h"
|
#include "os/os_inc.h"
|
||||||
#include "task_system/task_system.h"
|
#include "task_system/task_system.h"
|
||||||
#include "rdi_make_local/rdi_make_local.h"
|
#include "rdi_make/rdi_make_local.h"
|
||||||
#include "coff/coff.h"
|
#include "coff/coff.h"
|
||||||
#include "codeview/codeview.h"
|
#include "codeview/codeview.h"
|
||||||
#include "codeview/codeview_stringize.h"
|
#include "codeview/codeview_stringize.h"
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
#include "base/base_inc.c"
|
#include "base/base_inc.c"
|
||||||
#include "os/os_inc.c"
|
#include "os/os_inc.c"
|
||||||
#include "task_system/task_system.c"
|
#include "task_system/task_system.c"
|
||||||
#include "rdi_make_local/rdi_make_local.c"
|
#include "rdi_make/rdi_make_local.c"
|
||||||
#include "coff/coff.c"
|
#include "coff/coff.c"
|
||||||
#include "codeview/codeview.c"
|
#include "codeview/codeview.c"
|
||||||
#include "codeview/codeview_stringize.c"
|
#include "codeview/codeview_stringize.c"
|
||||||
|
|||||||
Reference in New Issue
Block a user