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
110 # Create executable from a single .c file
111 # host-csingle -> Executable
118 # Link an executable based on list of .o files, all plain c
119 # host-cmulti -> executable
135 # Link an executable based on list of .o files, a mixture of .c and .cc
136 # host-cxxmulti -> executable
152 # Create executable from a single Rust crate (which may consist of
154 # host-rust -> Executable