mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 21:08:40 +00:00
pull out & organize build configuration options, including entry point style, to context cracker
This commit is contained in:
+3
-3
@@ -407,10 +407,10 @@
|
||||
#define RADDBG_VERSION_MINOR 9
|
||||
#define RADDBG_VERSION_PATCH 8
|
||||
#define RADDBG_VERSION_STRING_LITERAL Stringify(RADDBG_VERSION_MAJOR) "." Stringify(RADDBG_VERSION_MINOR) "." Stringify(RADDBG_VERSION_PATCH)
|
||||
#if defined(NDEBUG)
|
||||
# define RADDBG_BUILD_STR ""
|
||||
#else
|
||||
#if BUILD_DEBUG
|
||||
# define RADDBG_BUILD_STR " [Debug]"
|
||||
#else
|
||||
# define RADDBG_BUILD_STR ""
|
||||
#endif
|
||||
#if defined(RADDBG_GIT)
|
||||
# define RADDBG_GIT_STR " [" RADDBG_GIT "]"
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
// Copyright (c) 2024 Epic Games Tools
|
||||
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: Build Settings
|
||||
|
||||
#define OS_FEATURE_GRAPHICAL 1
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: Includes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user