summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2024-07-29Fix Makefile performance regression with OOT_VERSION define (#2006)cadmic
2024-07-28Introduce OOT_VERSION and OOT_REGION defines for build info and ROM header (#...cadmic
2024-07-28Configure incbins in version config instead of using the Debug ROM (#2005)cadmic
2024-07-23Restore makefile rules for building asset files out of the assets directory (...Tharo
2024-07-18Promote the warnings implicit-int, int-conversion, incompatible-pointer-types...Tharo
2024-07-06Set up build system and disassembly for gc-us (#1982)cadmic
2024-07-02Reworked text extraction + add JP text extraction (#1980)Tharo
2024-06-27CCCHECK: Add -Werror=implicit-function-declaration (#1979)Dragorn421
2024-06-26Extract NTSC assets for gc-us (#1973)cadmic
2024-06-24 Set up multiversion assets with ZAPD and match gc-eu (#1967)cadmic
2024-06-22Sync gbi.h with MM, move ucode defines to makefile (#1968)Tharo
2024-06-20Introduce version-specific YAML config (#1957)cadmic
2024-06-20Run CC_CHECK with the correct CPP defines (#1963)cadmic
2024-06-19Experiment: remove global.h dependency from sys_math, sys_math3d, z_lib (#1956)mzxrules
2024-04-20Add gc-eu-mq to CI (#1943)cadmic
2024-04-15Set up gc-eu and match all code (#1938)cadmic
2024-04-14Match retail BSS ordering (#1927)cadmic
2024-03-29Use `gcc -E` instead of `cpp` to fix macOS build (#1935)cadmic
2024-03-04Move baserom segments to extracted/ (#1916)cadmic
2024-03-04Make distclean delete build artifacts for all versions (#1909)cadmic
2024-03-02Hacks for building nes_font_static and nes_message_data_static with gc-eu-mq ...cadmic
2024-03-02Build fixups: build gc-eu-mq with extracted/dbg, remove asmproc pragmas (#1911)Dragorn421
2024-03-01Introduce extracted/VERSION, with text extracted there (#1730)Dragorn421
2024-03-01No longer use asm-processor (#1824)Dragorn421
2024-02-29Some GCC flags improvements (#1903)Tharo
2024-02-26RNG doc (#1892)Tharo
2024-02-12Rework disassembly: out of makefile, separate sections, relocs (#1728)Dragorn421
2024-02-09Diff .data size, .bss size, and .rodata contents in retail_progress.py (#1706)cadmic
2024-02-05Split msgdis from extract_assets (#1723)Dragorn421
2024-02-04Extract ROM segments from gc-eu-mq (take 2) (#1709)cadmic
2024-02-03Match compression for gc-eu-mq (#1704)cadmic
2024-02-02Move roms to build folder (#1651)Derek Hensley
2024-02-01[Faster CI] Make CI not run CC_CHECK (#1686)Dragorn421
2024-01-30Overlay_Relocate and Overlay_Load retail OK (#1662)Derek Hensley
2024-01-30Define OOT_DEBUG=0 in retail builds (#1658)cadmic
2024-01-29Refactor Makefile variables to use DEBUG (#1657)cadmic
2024-01-29Tweak OPTFLAGS for some files for retail (#1647)cadmic
2024-01-28Set up disassembly for gc-eu-mq (#1613)cadmic
2024-01-27Delete venv if venv creation fails (#1622)cadmic
2024-01-25Use virtualenv in Makefile for python dependencies (#1619)cadmic
2024-01-24Rename `make compressed` to `make compress` (#1620)cadmic
2024-01-24Setup rom decompression and compression (#1614)Anghelo Carvajal
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2024-01-09Makefile: Change `EMULATOR :=` to `N64_EMULATOR ?=` (#1608)Yanis42
2024-01-09Create debug macros for common functions (#1597)cadmic
2024-01-05Create separate build directories based on version (#1591)cadmic
2023-12-16Change ?= to := for Makefile variables (#1599)cadmic
2023-10-27libc cleanup (#1568)Tharo
2023-10-20Track most header dependencies for `include/tables` headers (#1566)Tharo
2023-08-28Emulator related changes in the makefile (#1528)fig02