This commit is contained in:
2025-05-25 22:35:07 -04:00
parent b32fdffb93
commit a9d87e4797
4 changed files with 2870 additions and 4 deletions

View File

@ -1,4 +1,4 @@
$devshell = Join-Path $PSScriptRoot 'helpers/devshell.ps1'
$devshell = Join-Path $PSScriptRoot 'helpers/devshell.ps1'
& $devshell -arch amd64
$path_root = split-path -Path $PSScriptRoot -Parent
@ -16,7 +16,6 @@ $lib_kernel32 = 'kernel32.lib'
$flag_subsystem_console = '/subsystem:console'
$flag_link = '/link'
push-location $path_build
$unit = join-path $path_code 'forth.asm'