Skip to content

Commit

Permalink
Add windres subcommand --target options to usage
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Dec 14, 2024
1 parent 28b4772 commit aa04415
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/subcommands/windres.zig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ pub const usage_string_after_command_name =
\\ -J --input-format=<format> Specify input format
\\ -O --output-format=<format> Specify output format
\\ -F --target=<target> Specify COFF target
\\ pe-x86-64 (default) X86 (64-bit)
\\ pe-i386 X86 (32-bit)
\\ -I --include-dir=<dir> Add an include path
\\ -D --define <name>[=<value>] Define a symbol (during preprocessing)
\\ -U --undefine <name> Undefine a symbol (during preprocessing)
Expand Down

0 comments on commit aa04415

Please # to comment.