summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2023-07-06Reorganize Audio Files & Name Remaining Audio Files (#1494)engineer124
2023-03-20Improve missing mips-linux-gnu error message (#1497)Billy
2023-02-26another round of trailing whitespaces (#1495)playerskel
2022-10-04Skip compiling C-included files during the build (#1386)Roman971
2022-07-29Fix audio strings with -use_readwrite_const and -signed (#1324)Roman971
2022-06-15Enable int-conversion warnings and fix all current instances (#1280)Roman971
2022-06-12Enable more IDO warnings and apply fixes (#1264)Roman971
2022-06-06Fix asset file includes to always start with assets/ (#1260)Roman971
2022-06-03Rename and move handwritten asm files (#1254)Tharo
2022-05-20Document SkelCurve system (#1192)EllipticEllipsis
2022-05-01Tweak preprocessing to work on both clang and gcc (#1212)EllipticEllipsis
2022-05-02Memstuff (#1164)EllipticEllipsis
2022-05-01Improve the state of handwritten assembly files (#865)Tharo
2022-03-01Name fmodf (#1162)Tharo