mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-24 00:25:48 +00:00
* Set up gc-eu and match all code * Format * Mark gc-eu-mq as WIP until it builds OK * Move original/MQ map mark data to separate files * Add #includes to .inc.c files to help out VS Code * Use #if in spec instead of .inc.c files
12 lines
354 B
C
12 lines
354 B
C
const char gBuildTeam[] = "zelda@srd022j";
|
|
|
|
// TODO: Use per-version preprocessor defines
|
|
#if OOT_DEBUG // gc-eu-mq-dbg
|
|
const char gBuildDate[] = "03-02-21 00:16:31";
|
|
#elif !OOT_MQ // gc-eu
|
|
const char gBuildDate[] = "03-02-21 20:12:23";
|
|
#else // gc-eu-mq
|
|
const char gBuildDate[] = "03-02-21 20:37:19";
|
|
#endif
|
|
|
|
const char gBuildMakeOption[] = "";
|