Lines Matching refs:HelpText

10     HelpText<help>;
16 HelpText<help>;
20 def NAME: Flag<["--", "-"], name>, HelpText<help1>;
21 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>;
25 HelpText<"Add a directory to the library search path">;
29 def Bdynamic: F<"Bdynamic">, HelpText<"Link against shared libraries">;
30 def Bstatic: F<"Bstatic">, HelpText<"Do not link against shared libraries">;
32 HelpText<"Don't automatically import data symbols from other DLLs without dllimport">;
34 HelpText<"Don't do automatic imports that require runtime fixups">;
37 HelpText<"Automatically import data symbols from other DLLs where needed">;
39 HelpText<"Allow automatic imports that require runtime fixups">;
42 HelpText<"Don't automatically export any symbols">;
44 HelpText<"Export all symbols even if a def file or dllexport attributes are used">;
49 def help: F<"help">, HelpText<"Print option help">;
50 def icf: J<"icf=">, HelpText<"Identical code folding">;
51 def image_base: S<"image-base">, HelpText<"Base address of the program">;
55 def kill_at: F<"kill-at">, HelpText<"Remove @n from exported symbols">;
57 HelpText<"Root name of library to use">;
58 def m: JoinedOrSeparate<["-"], "m">, HelpText<"Set target emulation">;
68 def no_seh: F<"no-seh">, HelpText<"Set the 'no SEH' flag in the executable">;
70 HelpText<"Enable large addresses">;
72 HelpText<"Path to file to write output">;
76 def shared: F<"shared">, HelpText<"Build a shared object">;
80 HelpText<"Omit all symbol information from the output binary">;
82 HelpText<"Omit all debug information, but keep symbol information">;
91 def v: Flag<["-"], "v">, HelpText<"Display the version number">;
92 def verbose: F<"verbose">, HelpText<"Verbose mode">;
93 def version: F<"version">, HelpText<"Display the version number and exit">;
99 HelpText<"Print (but do not run) the commands to run for this compilation">;
100 def appcontainer: F<"appcontainer">, HelpText<"Set the appcontainer flag in the executable">;
107 HelpText<"Pass <arg> to the COFF linker">;