mirror of
https://github.com/zeldaret/oot
synced 2026-06-08 12:27:06 -04:00
9170902f8d
* Move build.c definitions to the makefile, introduce and use libultra version defines in libultra instead of PLATFORM defines * MAJOR+MINOR versions -> VERSION+PATCH, stringify build defines in makefile, let the libultra version determine the OPTFLAGS for libultra files * Clang format moment * Remove LIBULTRA_VERSION_ID, tweak OS_VERSION and libultra version definitions * Better fix for formatting problems
6 lines
156 B
C
6 lines
156 B
C
#include "versions.h"
|
|
|
|
const char gBuildCreator[] = BUILD_CREATOR;
|
|
const char gBuildDate[] = BUILD_DATE " " BUILD_TIME;
|
|
const char gBuildMakeOption[] = "";
|