Wine changed behavior switching.

This commit is contained in:
Brad Nelson
2025-03-25 11:52:05 -07:00
parent 53dfc659c3
commit 2126dab2c0

View File

@ -29,7 +29,7 @@ Importation('$dst/gen/windows_boot_extra.h', '$src/windows/windows_boot_extra.fs
Alias('win32', ' '.join([ Alias('win32', ' '.join([
ForthTest('$dst/tests/win32_all_tests.out', ForthTest('$dst/tests/win32_all_tests.out',
'$dst/windows/uEf32.exe', '$src/common/all_tests.fs', '$dst/windows/uEf32.exe', '$src/common/all_tests.fs',
interp='wineconsole --backend=curses'), interp='wine'),
])) ]))
CompileW32('$dst/windows/uEf32.obj', '$src/windows/main.c', CompileW32('$dst/windows/uEf32.obj', '$src/windows/main.c',
implicit=['$dst/gen/windows_boot.h', implicit=['$dst/gen/windows_boot.h',
@ -42,7 +42,7 @@ LinkW32('$dst/windows/uEf32.exe',
Alias('win64', ' '.join([ Alias('win64', ' '.join([
ForthTest('$dst/tests/win64_all_tests.out', ForthTest('$dst/tests/win64_all_tests.out',
'$dst/windows/uEf64.exe', '$src/common/all_tests.fs', '$dst/windows/uEf64.exe', '$src/common/all_tests.fs',
interp='wineconsole --backend=curses'), interp='wine'),
])) ]))
CompileW64('$dst/windows/uEf64.obj', '$src/windows/main.c', CompileW64('$dst/windows/uEf64.obj', '$src/windows/main.c',
implicit=['$dst/gen/windows_boot.h', implicit=['$dst/gen/windows_boot.h',