Starting to build a codebase for messing with assembly generation compatible with yasm
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
$misc = join-path $PSScriptRoot 'helpers/misc.ps1'
|
||||
. $misc
|
||||
|
||||
$update_deps = join-path $PSScriptRoot 'update_deps.ps1'
|
||||
. $update_deps
|
||||
|
||||
$path_root = git rev-parse --show-toplevel
|
||||
$path_build = join-path $path_root 'build'
|
||||
$path_scripts = join-path $path_root 'scripts'
|
||||
|
Reference in New Issue
Block a user