Skip to content

Commit

Permalink
core: windows: refactor everything
Browse files Browse the repository at this point in the history
  • Loading branch information
marler8997 authored and emidoots committed Jan 19, 2025
1 parent 1e2cbc4 commit f9e1a90
Show file tree
Hide file tree
Showing 5 changed files with 818 additions and 200 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
Loading

0 comments on commit f9e1a90

Please sign in to comment.