mirror of
https://github.com/Ed94/WATL_Exercise.git
synced 2025-08-04 22:32:43 -07:00
watl.v0.win32.odin runtime works!
This commit is contained in:
@@ -172,7 +172,7 @@ if ($true) {
|
||||
write-host
|
||||
}
|
||||
|
||||
if ($true) {
|
||||
if ($false) {
|
||||
write-host "Dumping Debug Info"
|
||||
|
||||
$rbin_out = '--out:'
|
||||
|
@@ -98,7 +98,7 @@ main :: proc() {
|
||||
path_build := join_path(path_root, "build")
|
||||
path_odin_src := join_path(path_root, "Odin")
|
||||
file_source := join_path(path_odin_src, "watl.v0.win32.odin")
|
||||
file_exe := join_path(path_build, "watl.v0.exe")
|
||||
file_exe := join_path(path_build, "watl.v0.win32.odin.exe")
|
||||
|
||||
res, errs := build(path_build, {
|
||||
exe_odin,
|
||||
@@ -112,7 +112,8 @@ main :: proc() {
|
||||
flag_microarch_zen5,
|
||||
flag_no_thread_checker,
|
||||
flag_show_timings,
|
||||
flag_use_rad_link,
|
||||
// flag_use_rad_link,
|
||||
flag_use_lld,
|
||||
join_str(flag_subsystem, "console"),
|
||||
})
|
||||
fmt.println(res)
|
||||
|
Reference in New Issue
Block a user