fl.hlp (Table of Contents; Topic list)
Compiling without Linking (/c)
                                             Up Contents Index Back
─────Compiling without Linking (/c)─────────────────────────────────────────
 
     The /c (compile-only) option suppresses linking.
 
     Syntax: /c
 
     Source files are compiled, but the resulting object files are not
     linked and no executable file is created.
 
     The /c option applies to the entire FL command line, regardless of
     the option's position on the command line.
                                    -♦-