zig/std/os/windows
Andrew Kelley 5046aa9403 fix running things with zig build on Windows
Windows doesn't have rpaths for DLLs so we instead add
search paths to Path environment variable when running
an executable that depends on DLLs built with zig build.
2019-03-09 00:42:14 -05:00
..
advapi32.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00
error.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
kernel32.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00
ntdll.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00
ole32.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00
shell32.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00
util.zig fix running things with zig build on Windows 2019-03-09 00:42:14 -05:00