-lang language
Specifies which language to use to generate header and intermediate stub files. The valid languages are as follows:
c Generates C files. This is the default and is the same as not specifying the -lang argument.
cxx Generates C++ files.
|