watl.v0.win32.odin runtime works!

This commit is contained in:
2025-07-29 23:53:56 -04:00
parent f00b647227
commit fd045fa9d9
5 changed files with 41 additions and 33 deletions

View File

@@ -172,7 +172,7 @@ if ($true) {
write-host
}
if ($true) {
if ($false) {
write-host "Dumping Debug Info"
$rbin_out = '--out:'

View File

@@ -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)