core: windows: refactor everything

This commit is contained in:
Jonathan Marler 2025-01-19 12:04:07 -07:00 committed by Emi Gutekanst
parent 1e2cbc4d71
commit f9e1a9087f
5 changed files with 821 additions and 203 deletions

View file

@ -402,6 +402,7 @@ fn buildExamples(
.root_source_file = b.path(b.fmt("examples/{s}/main.zig", .{example.name})),
.target = target,
.optimize = optimize,
.win32_manifest = b.path("src/core/windows/win32.manifest"),
});
exe.root_module.addImport("mach", mach_mod);