C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Miscellaneous Options
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     You have other options available with CL. You can
 
        ■ Suppress linking when you compile
          See: Compiling Without Linking (/c)
 
        ■ Restrict the length of external (public) names
          See: Restricting Length of External Names (/H<number>)
 
        ■ Change the default character type
          See: Changing Default Character Type (/J)
 
        ■ Specify source-file type
          See: Specifying Source Files (/Ta, /Tc, /Tp)
 
        ■ Set a version string
          See: Setting Version String (/V)
 
        ■ Suppress the sign-on banner
          See: Disabling CL Banner
                                    -♦-