| ... | @@ -387,27 +387,27 @@ const usage_build_generic = | ... | @@ -387,27 +387,27 @@ const usage_build_generic = |
| 387 | \\ zig translate-c [options] [file] | 387 | \\ zig translate-c [options] [file] |
| 388 | \\ | 388 | \\ |
| 389 | \\Supported file types: | 389 | \\Supported file types: |
| 390 | \\ .zig Zig source code | 390 | \\ .zig Zig source code |
| 391 | \\ .o ELF object file | 391 | \\ .o ELF object file |
| 392 | \\ .o Mach-O (macOS) object file | 392 | \\ .o Mach-O (macOS) object file |
| 393 | \\ .o WebAssembly object file | 393 | \\ .o WebAssembly object file |
| 394 | \\ .obj COFF (Windows) object file | 394 | \\ .obj COFF (Windows) object file |
| 395 | \\ .lib COFF (Windows) static library | 395 | \\ .lib COFF (Windows) static library |
| 396 | \\ .a ELF static library | 396 | \\ .a ELF static library |
| 397 | \\ .a Mach-O (macOS) static library | 397 | \\ .a Mach-O (macOS) static library |
| 398 | \\ .a WebAssembly static library | 398 | \\ .a WebAssembly static library |
| 399 | \\ .so ELF shared object (dynamic link) | 399 | \\ .so ELF shared object (dynamic link) |
| 400 | \\ .dll Windows Dynamic Link Library | 400 | \\ .dll Windows Dynamic Link Library |
| 401 | \\ .dylib Mach-O (macOS) dynamic library | 401 | \\ .dylib Mach-O (macOS) dynamic library |
| 402 | \\ .tbd (macOS) text-based dylib definition | 402 | \\ .tbd (macOS) text-based dylib definition |
| 403 | \\ .s Target-specific assembly source code | 403 | \\ .s Target-specific assembly source code |
| 404 | \\ .S Assembly with C preprocessor (requires LLVM extensions) | 404 | \\ .S Assembly with C preprocessor (requires LLVM extensions) |
| 405 | \\ .c C source code (requires LLVM extensions) | 405 | \\ .c C source code (requires LLVM extensions) |
| 406 | \\ .cxx .cc .C .cpp .stub C++ source code (requires LLVM extensions) | 406 | \\ .cxx .cc .C .cpp .c++ .stub C++ source code (requires LLVM extensions) |
| 407 | \\ .m Objective-C source code (requires LLVM extensions) | 407 | \\ .m Objective-C source code (requires LLVM extensions) |
| 408 | \\ .mm Objective-C++ source code (requires LLVM extensions) | 408 | \\ .mm Objective-C++ source code (requires LLVM extensions) |
| 409 | \\ .bc LLVM IR Module (requires LLVM extensions) | 409 | \\ .bc LLVM IR Module (requires LLVM extensions) |
| 410 | \\ .cu Cuda source code (requires LLVM extensions) | 410 | \\ .cu Cuda source code (requires LLVM extensions) |
| 411 | \\ | 411 | \\ |
| 412 | \\General Options: | 412 | \\General Options: |
| 413 | \\ -h, --help Print this help and exit | 413 | \\ -h, --help Print this help and exit |