core: windows: refactor everything
This commit is contained in:
parent
1e2cbc4d71
commit
f9e1a9087f
5 changed files with 821 additions and 203 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue