Use
Langextinfo
is an initialization file of the VMAKE tool. This file is used to assign file extensions to a programming language. Each programming language is identified by a letter.VMAKE uses certain default settings for each language.
If you want to change the existing assignments, create a file with the name
Langextinfo in the desc directory. You can also assign new letters, programs, and file extensions. In this case, however, you must create an appropriate Langinfo file. All further changes are then made in this file.If VMAKE finds a Langextinfo file, the information contained in the file overrides the system defaults.
Syntax
<langextinfo_line> = <comment_line> | (<lang_id><comment><token_sep><token>{<token_sep>,<token_sep><token>}<new_line>)
General Rules
<comment>
must not contain <token_sep>Lines can contain the comment character
# . The subsequent text in this line is treated as a comment.System Default in VMAKE
Assigned letter (program) |
File extension(s) |
x(C++) |
cpp, hpp |
c(C) |
c, h |
t(PASCAL) |
t |
a(Assembler) |
s |
r(Resources) |
rc, ico, def, mc, dlg, idl, ycc, lex, rgs |