Lines Matching full:executable
30 # Will compile bin2hex.c and create an executable named bin2hex
34 # Will compile lxdialog.c and checklist.c, and then link the executable
41 # They are linked as C++ code to the executable qconf
108 # Create executable from a single .c file
109 # host-csingle -> Executable
116 # Link an executable based on list of .o files, all plain c
117 # host-cmulti -> executable
133 # Link an executable based on list of .o files, a mixture of .c and .cc
134 # host-cxxmulti -> executable
150 # Create executable from a single Rust crate (which may consist of
152 # host-rust -> Executable