Wine changed behavior switching.
This commit is contained in:
@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user