mirror of
https://github.com/gbdk-2020/gbdk-2020.git
synced 2026-02-20 00:32:21 +01:00
Build: copy libgcc_s_dw2-1.dll for windows 32 bit
Also fix name in gbdk makebin Makefile
This commit is contained in:
3
Makefile
3
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 \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# bankcheck (auto bank tool) makefile
|
||||
# makebin makefile
|
||||
|
||||
ifndef TARGETDIR
|
||||
TARGETDIR = /opt/gbdk
|
||||
|
||||
Reference in New Issue
Block a user