git.y1.nz

gbdk-2020

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

commit b0b0b46202e04f80588f6bc80da2e222f5d8c091
parent 8df4a4e82dc3f3ddff1d9609d2ab160ba0dfd4bd
Author: Toxa <untoxa@mail.ru>
Date:   Sun, 19 Sep 2021 00:27:21 +0300

remove duplicate -D_PLAT_* definition (already defined through -m)

Diffstat:
Mgbdk-lib/examples/cross-platform/banks/Makefile.targets2+-
Mgbdk-lib/examples/cross-platform/banks_autobank/Makefile.targets2+-
Mgbdk-lib/examples/cross-platform/banks_farptr/Makefile.targets2+-
Mgbdk-lib/examples/cross-platform/banks_nonintrinsic/Makefile.targets2+-
Mgbdk-lib/examples/cross-platform/fonts/Makefile.targets2+-
Mgbdk-lib/examples/cross-platform/gbdecompress/Makefile.targets2+-
Mgbdk-lib/examples/cross-platform/incbin/Makefile.targets2+-
Mgbdk-lib/examples/cross-platform/large_map/Makefile.targets2+-
Mgbdk-lib/examples/cross-platform/metasprites/Makefile.targets2+-
Mgbdk-lib/examples/cross-platform/pong/Makefile.targets2+-
Mgbdk-lib/examples/cross-platform/randtest/Makefile.targets2+-
Mgbdk-lib/examples/cross-platform/scroller/Makefile.targets2+-
12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/gbdk-lib/examples/cross-platform/banks/Makefile.targets b/gbdk-lib/examples/cross-platform/banks/Makefile.targets @@ -2,7 +2,7 @@ # Platform specific flags for compiling (only populate if they're both present) ifneq ($(strip $(PORT)),) ifneq ($(strip $(PLAT)),) -CFLAGS += -m$(PORT):$(PLAT) -D_PLAT_$(PLAT) +CFLAGS += -m$(PORT):$(PLAT) endif endif diff --git a/gbdk-lib/examples/cross-platform/banks_autobank/Makefile.targets b/gbdk-lib/examples/cross-platform/banks_autobank/Makefile.targets @@ -2,7 +2,7 @@ # Platform specific flags for compiling (only populate if they're both present) ifneq ($(strip $(PORT)),) ifneq ($(strip $(PLAT)),) -CFLAGS += -m$(PORT):$(PLAT) -D_PLAT_$(PLAT) +CFLAGS += -m$(PORT):$(PLAT) endif endif diff --git a/gbdk-lib/examples/cross-platform/banks_farptr/Makefile.targets b/gbdk-lib/examples/cross-platform/banks_farptr/Makefile.targets @@ -2,7 +2,7 @@ # Platform specific flags for compiling (only populate if they're both present) ifneq ($(strip $(PORT)),) ifneq ($(strip $(PLAT)),) -CFLAGS += -m$(PORT):$(PLAT) -D_PLAT_$(PLAT) +CFLAGS += -m$(PORT):$(PLAT) endif endif diff --git a/gbdk-lib/examples/cross-platform/banks_nonintrinsic/Makefile.targets b/gbdk-lib/examples/cross-platform/banks_nonintrinsic/Makefile.targets @@ -2,7 +2,7 @@ # Platform specific flags for compiling (only populate if they're both present) ifneq ($(strip $(PORT)),) ifneq ($(strip $(PLAT)),) -CFLAGS += -m$(PORT):$(PLAT) -D_PLAT_$(PLAT) +CFLAGS += -m$(PORT):$(PLAT) endif endif diff --git a/gbdk-lib/examples/cross-platform/fonts/Makefile.targets b/gbdk-lib/examples/cross-platform/fonts/Makefile.targets @@ -2,7 +2,7 @@ # Platform specific flags for compiling (only populate if they're both present) ifneq ($(strip $(PORT)),) ifneq ($(strip $(PLAT)),) -CFLAGS += -m$(PORT):$(PLAT) -D_PLAT_$(PLAT) +CFLAGS += -m$(PORT):$(PLAT) endif endif diff --git a/gbdk-lib/examples/cross-platform/gbdecompress/Makefile.targets b/gbdk-lib/examples/cross-platform/gbdecompress/Makefile.targets @@ -2,7 +2,7 @@ # Platform specific flags for compiling (only populate if they're both present) ifneq ($(strip $(PORT)),) ifneq ($(strip $(PLAT)),) -CFLAGS += -m$(PORT):$(PLAT) -D_PLAT_$(PLAT) +CFLAGS += -m$(PORT):$(PLAT) endif endif diff --git a/gbdk-lib/examples/cross-platform/incbin/Makefile.targets b/gbdk-lib/examples/cross-platform/incbin/Makefile.targets @@ -2,7 +2,7 @@ # Platform specific flags for compiling (only populate if they're both present) ifneq ($(strip $(PORT)),) ifneq ($(strip $(PLAT)),) -CFLAGS += -m$(PORT):$(PLAT) -D_PLAT_$(PLAT) +CFLAGS += -m$(PORT):$(PLAT) endif endif diff --git a/gbdk-lib/examples/cross-platform/large_map/Makefile.targets b/gbdk-lib/examples/cross-platform/large_map/Makefile.targets @@ -2,7 +2,7 @@ # Platform specific flags for compiling (only populate if they're both present) ifneq ($(strip $(PORT)),) ifneq ($(strip $(PLAT)),) -CFLAGS += -m$(PORT):$(PLAT) -D_PLAT_$(PLAT) +CFLAGS += -m$(PORT):$(PLAT) endif endif diff --git a/gbdk-lib/examples/cross-platform/metasprites/Makefile.targets b/gbdk-lib/examples/cross-platform/metasprites/Makefile.targets @@ -2,7 +2,7 @@ # Platform specific flags for compiling (only populate if they're both present) ifneq ($(strip $(PORT)),) ifneq ($(strip $(PLAT)),) -CFLAGS += -m$(PORT):$(PLAT) -D_PLAT_$(PLAT) +CFLAGS += -m$(PORT):$(PLAT) endif endif diff --git a/gbdk-lib/examples/cross-platform/pong/Makefile.targets b/gbdk-lib/examples/cross-platform/pong/Makefile.targets @@ -2,7 +2,7 @@ # Platform specific flags for compiling (only populate if they're both present) ifneq ($(strip $(PORT)),) ifneq ($(strip $(PLAT)),) -CFLAGS += -m$(PORT):$(PLAT) -D_PLAT_$(PLAT) +CFLAGS += -m$(PORT):$(PLAT) endif endif diff --git a/gbdk-lib/examples/cross-platform/randtest/Makefile.targets b/gbdk-lib/examples/cross-platform/randtest/Makefile.targets @@ -2,7 +2,7 @@ # Platform specific flags for compiling (only populate if they're both present) ifneq ($(strip $(PORT)),) ifneq ($(strip $(PLAT)),) -CFLAGS += -m$(PORT):$(PLAT) -D_PLAT_$(PLAT) +CFLAGS += -m$(PORT):$(PLAT) endif endif diff --git a/gbdk-lib/examples/cross-platform/scroller/Makefile.targets b/gbdk-lib/examples/cross-platform/scroller/Makefile.targets @@ -2,7 +2,7 @@ # Platform specific flags for compiling (only populate if they're both present) ifneq ($(strip $(PORT)),) ifneq ($(strip $(PLAT)),) -CFLAGS += -m$(PORT):$(PLAT) -D_PLAT_$(PLAT) +CFLAGS += -m$(PORT):$(PLAT) endif endif

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