Ryan Liptak
52de2802c4
Lazily compile the zig rc subcommand and use it during zig build-exe
...
This moves .rc/.manifest compilation out of the main Zig binary, contributing towards #19063
Also:
- Make resinator use Aro as its preprocessor instead of clang
- Sync resinator with upstream
2024-03-11 05:06:16 -07:00
David Rubin
1e42a3de89
Remove all usages of std.mem.copy and remove std.mem.set ( #18143 )
2023-11-29 16:03:02 -05:00
mlugg
b355893438
compiler: correct unnecessary uses of 'var'
2023-11-19 11:11:49 +00:00
Ryan Liptak
2769215b90
Add zig rc subcommand, a drop-in replacement for rc.exe
...
Uses resinator under-the-hood (see https://github.com/ziglang/zig/pull/17069 )
Closes #9564
2023-10-12 16:19:34 -07:00
Ryan Liptak
2a56fe1175
Add a .rc -> .res compiler to the Zig compiler
2023-09-17 03:09:45 -07:00