gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 2af6990063f63b81b70d130844f503fd61ba6484 parent 096e2b5fe213d779e68a8a9d3fbdd4373eab3793 Author: Toxa <56631470+untoxa@users.noreply.github.com> Date: Wed, 17 Feb 2021 21:33:59 +0300 Merge pull request #142 from bbbbbr/develop_examples_flags Examples: remove DGBDK_2_COMPAT flag from colorbar and autobanks makefiles Diffstat:
| M | gbdk-lib/examples/gb/banks_autobank/Makefile | 2 | +- |
| M | gbdk-lib/examples/gb/colorbar/Makefile | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gbdk-lib/examples/gb/banks_autobank/Makefile b/gbdk-lib/examples/gb/banks_autobank/Makefile @@ -1,6 +1,6 @@ CC = ../../../bin/lcc -Wa-l -Wl-m -CFLAGS = -DGBDK_2_COMPAT +# CFLAGS = BINS = autobanks.gb CSOURCES := $(wildcard *.c) diff --git a/gbdk-lib/examples/gb/colorbar/Makefile b/gbdk-lib/examples/gb/colorbar/Makefile @@ -1,6 +1,6 @@ CC = ../../../bin/lcc -Wa-l -Wl-m -CFLAGS = -DGBDK_2_COMPAT +# CFLAGS = BINS = colorbar.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.