gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit de405de1058cf5a1f76a71ac1fc4b3f247d6668d parent 633a3a649d2c66609abf895c79fe8be83af28214 Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Thu, 1 Jun 2023 02:18:16 -0700 Merge pull request #509 from bbbbbr/develop Build: copy libgcc_s_dw2-1.dll for windows 32 bit Diffstat:
| M | Makefile | 3 | +++ |
| M | gbdk-support/makebin/Makefile | 2 | +- |
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -278,9 +278,12 @@ gbdk-dist-examples-clean: # Copy SDDC executable files +# win 32 specific: libgcc_s_dw2-1.dll +# win 64 specific: libgcc_s_seh-1.dll SDCC_BINS = packihx sdar sdasgb sdcc sdcdb sdcpp sdldgb sdnm sdobjcopy sdranlib sz80 sdasz80 sdldz80 sdas6500 sdld ifeq ($(OS),Windows_NT) MINGW64_RUNTIME = \ + libgcc_s_dw2-1.dll \ libgcc_s_seh-1.dll \ libgcc_s_sjlj-1.dll \ libstdc++-6.dll \ diff --git a/gbdk-support/makebin/Makefile b/gbdk-support/makebin/Makefile @@ -1,4 +1,4 @@ -# bankcheck (auto bank tool) makefile +# makebin makefile ifndef TARGETDIR TARGETDIR = /opt/gbdk
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.