git.y1.nz

gbdk-2020

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

commit e203fb90beb1c4f9d26c859da91628b89687b2aa
parent 439be21919579d0e76b1bd9b1175f5ecc6e2b927
Author: Toxa <56631470+untoxa@users.noreply.github.com>
Date:   Mon,  9 Nov 2020 14:22:29 +0300

Merge pull request #79 from bbbbbr/develop_lcc_adb_cleanup

LCC: fix for #68, *.adb files aren't cleaned up when -Wf--debug is specified
Diffstat:
Mgbdk-support/lcc/lcc.c1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/gbdk-support/lcc/lcc.c b/gbdk-support/lcc/lcc.c @@ -557,6 +557,7 @@ static int filename(char *name, char *base) { rmlist = append(stringf("%s/%s%s", tempdir, ofileBase, ".asm"), rmlist); rmlist = append(stringf("%s/%s%s", tempdir, ofileBase, ".lst"), rmlist); rmlist = append(stringf("%s/%s%s", tempdir, ofileBase, ".sym"), rmlist); + rmlist = append(stringf("%s/%s%s", tempdir, ofileBase, ".adb"), rmlist); } compose(com, clist, append(name, 0), append(ofile, 0));

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