Build: copy libgcc_s_dw2-1.dll for windows 32 bit

Also fix name in gbdk makebin Makefile
This commit is contained in:
bbbbbr
2023-06-01 02:15:46 -07:00
parent 633a3a649d
commit 836a1745d9
2 changed files with 4 additions and 1 deletions

View File

@@ -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 \

View File

@@ -1,4 +1,4 @@
# bankcheck (auto bank tool) makefile
# makebin makefile
ifndef TARGETDIR
TARGETDIR = /opt/gbdk