Skip to content

Commit f9e1a90

Browse files
marler8997emidoots
authored andcommitted
core: windows: refactor everything
1 parent 1e2cbc4 commit f9e1a90

File tree

5 files changed

+818
-200
lines changed

5 files changed

+818
-200
lines changed

build.zig

+1
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ fn buildExamples(
402402
.root_source_file = b.path(b.fmt("examples/{s}/main.zig", .{example.name})),
403403
.target = target,
404404
.optimize = optimize,
405+
.win32_manifest = b.path("src/core/windows/win32.manifest"),
405406
});
406407
exe.root_module.addImport("mach", mach_mod);
407408

0 commit comments

Comments
 (0)