fl.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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.
                                    -♦-