C/C++ Compiler (cl.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.
Setting Version String (/V)
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     Syntax:  /Vstring
 
     The /V option embeds a text string in the object file. This string
     can label an object file with a version number or a copyright
     notice. If the specified string contains white-space characters,
     it must be enclosed in double quotation marks (" "). A backslash
     (\) must precede any embedded double quotation marks. A space
     between /V and <string> is optional.
                                    -♦-