git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit 371fc95ea650e5b9ec724933c60e8daf7689d618
parent a8c9f4770196accc5d759a22ea15759b7ca8a351
Author: toxa <untoxa@mail.ru>
Date:   Fri, 20 Nov 2020 18:50:07 +0300

SGB examples should be compiled with -Wm-ys

Diffstat:
Mgbdk-lib/examples/gb/sgb_multiplayer/Makefile2+-
Mgbdk-lib/examples/gb/sgb_pong/Makefile2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gbdk-lib/examples/gb/sgb_multiplayer/Makefile b/gbdk-lib/examples/gb/sgb_multiplayer/Makefile @@ -1,4 +1,4 @@ -CC = ../../../bin/lcc -Wa-l -Wl-m -Wl-j +CC = ../../../bin/lcc -Wa-l -Wl-m -Wl-j -Wm-ys BINS = sgb_multiplayer.gb diff --git a/gbdk-lib/examples/gb/sgb_pong/Makefile b/gbdk-lib/examples/gb/sgb_pong/Makefile @@ -1,4 +1,4 @@ -CC = ../../../bin/lcc -Wa-l -Wl-m -Wl-j +CC = ../../../bin/lcc -Wa-l -Wl-m -Wl-j -Wm-ys BINS = sgb_pong.gb

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.