git.y1.nz

gbdk-2020

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

commit fd35555b6e50c6ca055634a845fe979714deeb8c
parent 4feddab2322451ac5f5623ee5516593c51679e1d
Author: bbbbbr <bbbbbr@users.noreply.github.com>
Date:   Thu, 17 Mar 2022 15:16:50 -0700

Merge pull request #333 from bbbbbr/MSX_examples

Examples: Cross Platform: Auto-bank: fix GBDK path to relative
Diffstat:
Mgbdk-lib/examples/cross-platform/banks_autobank/Makefile3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gbdk-lib/examples/cross-platform/banks_autobank/Makefile b/gbdk-lib/examples/cross-platform/banks_autobank/Makefile @@ -1,7 +1,6 @@ # If you move this project you can change the directory # to match your GBDK root directory (ex: GBDK_HOME = "C:/GBDK/" -#GBDK_HOME = ../../../ -GBDK_HOME = c:/gb/gbdk-2020/build/gbdk/ +GBDK_HOME = ../../../ LCC = $(GBDK_HOME)bin/lcc # Set platforms to build here, spaced separated. (These are in the separate Makefile.targets)

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