From aa04415451b500ffe4b3d10e74aef9b18fda6c3e Mon Sep 17 00:00:00 2001 From: Ryan Liptak Date: Fri, 13 Dec 2024 20:08:19 -0800 Subject: [PATCH] Add windres subcommand --target options to usage --- src/subcommands/windres.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/subcommands/windres.zig b/src/subcommands/windres.zig index 8388c87..12b4b77 100644 --- a/src/subcommands/windres.zig +++ b/src/subcommands/windres.zig @@ -18,6 +18,8 @@ pub const usage_string_after_command_name = \\ -J --input-format= Specify input format \\ -O --output-format= Specify output format \\ -F --target= Specify COFF target + \\ pe-x86-64 (default) X86 (64-bit) + \\ pe-i386 X86 (32-bit) \\ -I --include-dir= Add an include path \\ -D --define [=] Define a symbol (during preprocessing) \\ -U --undefine Undefine a symbol (during preprocessing)