learning
This commit is contained in:
@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user