mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
adjust versions
This commit is contained in:
+10
-10
@@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
#define BUILD_CONSOLE_INTERFACE 1
|
#define BUILD_CONSOLE_INTERFACE 1
|
||||||
#define BUILD_VERSION_MAJOR 0
|
#define BUILD_VERSION_MAJOR 0
|
||||||
#define BUILD_VERSION_MINOR 6
|
#define BUILD_VERSION_MINOR 9
|
||||||
#define BUILD_VERSION_PATCH 0
|
#define BUILD_VERSION_PATCH 13
|
||||||
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
||||||
#define BUILD_VERSION_STRING Stringify(BUILD_VERSION_MAJOR) "." Stringify(BUILD_VERSION_MINOR) "." Stringify(BUILD_VERSION_PATCH)
|
#define BUILD_VERSION_STRING Stringify(BUILD_VERSION_MAJOR) "." Stringify(BUILD_VERSION_MINOR) "." Stringify(BUILD_VERSION_PATCH)
|
||||||
#define BUILD_TITLE "Epic Games Tools (R) RAD PE/COFF Linker " BUILD_VERSION_STRING
|
#define BUILD_TITLE "Epic Games Tools (R) RAD PE/COFF Linker " BUILD_VERSION_STRING
|
||||||
@@ -3177,11 +3177,11 @@ lnk_run(int argc, char **argv)
|
|||||||
};
|
};
|
||||||
|
|
||||||
#define state_list_push(a, l, s) do { \
|
#define state_list_push(a, l, s) do { \
|
||||||
struct StateNode *node = push_array(a, struct StateNode, 1); \
|
struct StateNode *node = push_array(a, struct StateNode, 1); \
|
||||||
node->state = s; \
|
node->state = s; \
|
||||||
SLLQueuePush(l.first, l.last, node); \
|
SLLQueuePush(l.first, l.last, node); \
|
||||||
l.count += 1; \
|
l.count += 1; \
|
||||||
} while (0)
|
} while (0)
|
||||||
#define state_list_pop(l) (l).first->state; SLLQueuePop((l).first, (l).last); (l).count -= 1
|
#define state_list_pop(l) (l).first->state; SLLQueuePop((l).first, (l).last); (l).count -= 1
|
||||||
|
|
||||||
ProfBeginFunction();
|
ProfBeginFunction();
|
||||||
@@ -3193,12 +3193,12 @@ lnk_run(int argc, char **argv)
|
|||||||
TP_Context *tp = tp_alloc(scratch.arena, config->worker_count);
|
TP_Context *tp = tp_alloc(scratch.arena, config->worker_count);
|
||||||
TP_Arena *tp_arena = tp_arena_alloc(tp);
|
TP_Arena *tp_arena = tp_arena_alloc(tp);
|
||||||
|
|
||||||
#if PROFILE_TELEMETRY
|
#if PROFILE_TELEMETRY
|
||||||
{
|
{
|
||||||
String8 cmdl = str8_list_join(scratch.arena, &config->raw_cmd_line, &(StringJoin){ .sep = str8_lit_comp(" ") });
|
String8 cmdl = str8_list_join(scratch.arena, &config->raw_cmd_line, &(StringJoin){ .sep = str8_lit_comp(" ") });
|
||||||
tmMessage(0, TMMF_ICON_NOTE, "Command Line: %.*s", str8_varg(cmdl));
|
tmMessage(0, TMMF_ICON_NOTE, "Command Line: %.*s", str8_varg(cmdl));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// inputs
|
// inputs
|
||||||
String8List include_symbol_list = config->include_symbol_list;
|
String8List include_symbol_list = config->include_symbol_list;
|
||||||
@@ -4366,7 +4366,7 @@ lnk_run(int argc, char **argv)
|
|||||||
lnk_log_timers();
|
lnk_log_timers();
|
||||||
}
|
}
|
||||||
|
|
||||||
exit:;
|
exit:;
|
||||||
|
|
||||||
// linker is done punt memory release to OS
|
// linker is done punt memory release to OS
|
||||||
//lnk_section_table_release(&st);
|
//lnk_section_table_release(&st);
|
||||||
|
|||||||
@@ -542,7 +542,7 @@
|
|||||||
|
|
||||||
#define BUILD_VERSION_MAJOR 0
|
#define BUILD_VERSION_MAJOR 0
|
||||||
#define BUILD_VERSION_MINOR 9
|
#define BUILD_VERSION_MINOR 9
|
||||||
#define BUILD_VERSION_PATCH 12
|
#define BUILD_VERSION_PATCH 13
|
||||||
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
||||||
#define BUILD_TITLE "The RAD Debugger"
|
#define BUILD_TITLE "The RAD Debugger"
|
||||||
#define OS_FEATURE_GRAPHICAL 1
|
#define OS_FEATURE_GRAPHICAL 1
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#define BUILD_VERSION_MAJOR 0
|
#define BUILD_VERSION_MAJOR 0
|
||||||
#define BUILD_VERSION_MINOR 9
|
#define BUILD_VERSION_MINOR 9
|
||||||
#define BUILD_VERSION_PATCH 12
|
#define BUILD_VERSION_PATCH 13
|
||||||
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
||||||
#define BUILD_TITLE "rdi_breakpad_from_pdb"
|
#define BUILD_TITLE "rdi_breakpad_from_pdb"
|
||||||
#define BUILD_CONSOLE_INTERFACE 1
|
#define BUILD_CONSOLE_INTERFACE 1
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#define BUILD_VERSION_MAJOR 0
|
#define BUILD_VERSION_MAJOR 0
|
||||||
#define BUILD_VERSION_MINOR 9
|
#define BUILD_VERSION_MINOR 9
|
||||||
#define BUILD_VERSION_PATCH 12
|
#define BUILD_VERSION_PATCH 13
|
||||||
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
||||||
#define BUILD_TITLE "rdi_dump"
|
#define BUILD_TITLE "rdi_dump"
|
||||||
#define BUILD_CONSOLE_INTERFACE 1
|
#define BUILD_CONSOLE_INTERFACE 1
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#define BUILD_VERSION_MAJOR 0
|
#define BUILD_VERSION_MAJOR 0
|
||||||
#define BUILD_VERSION_MINOR 9
|
#define BUILD_VERSION_MINOR 9
|
||||||
#define BUILD_VERSION_PATCH 12
|
#define BUILD_VERSION_PATCH 13
|
||||||
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
||||||
#define BUILD_TITLE "rdi_from_dwarf"
|
#define BUILD_TITLE "rdi_from_dwarf"
|
||||||
#define BUILD_CONSOLE_INTERFACE 1
|
#define BUILD_CONSOLE_INTERFACE 1
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#define BUILD_VERSION_MAJOR 0
|
#define BUILD_VERSION_MAJOR 0
|
||||||
#define BUILD_VERSION_MINOR 9
|
#define BUILD_VERSION_MINOR 9
|
||||||
#define BUILD_VERSION_PATCH 12
|
#define BUILD_VERSION_PATCH 13
|
||||||
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
||||||
#define BUILD_TITLE "rdi_from_pdb"
|
#define BUILD_TITLE "rdi_from_pdb"
|
||||||
#define BUILD_CONSOLE_INTERFACE 1
|
#define BUILD_CONSOLE_INTERFACE 1
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#define BUILD_VERSION_MAJOR 0
|
#define BUILD_VERSION_MAJOR 0
|
||||||
#define BUILD_VERSION_MINOR 9
|
#define BUILD_VERSION_MINOR 9
|
||||||
#define BUILD_VERSION_PATCH 12
|
#define BUILD_VERSION_PATCH 13
|
||||||
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
||||||
#define BUILD_TITLE "tester"
|
#define BUILD_TITLE "tester"
|
||||||
#define BUILD_CONSOLE_INTERFACE 1
|
#define BUILD_CONSOLE_INTERFACE 1
|
||||||
|
|||||||
Reference in New Issue
Block a user