mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-04 14:48:48 +00:00
gte_hello -> hello_gte. gte is done, moving on to controller!
This commit is contained in:
@@ -350,10 +350,10 @@ function build-graphis_hello {
|
||||
}
|
||||
# build-graphis_hello
|
||||
|
||||
function build-gte_hello {
|
||||
function build-hello_gte {
|
||||
$includes += @()
|
||||
|
||||
$path_module = join-path $path_code 'gte_hello'
|
||||
$path_module = join-path $path_code 'hello_gte'
|
||||
$path_duffle = join-path $path_code 'duffle'
|
||||
$path_atom_metadata = join-path $path_duffle 'word_count.metadata.h'
|
||||
$path_build_gen = join-path $path_build 'gen'
|
||||
@@ -458,7 +458,7 @@ function build-gte_hello {
|
||||
}
|
||||
}
|
||||
}
|
||||
build-gte_hello
|
||||
build-hello_gte
|
||||
|
||||
|
||||
# NO idea if this works yet...
|
||||
|
||||
Reference in New Issue
Block a user