Support for TermForms in the compiler.

[COMPILER]
* NEW: Add support for terminal forms ('*.termform' file extension).
This commit is contained in:
gambas 2017-08-24 20:17:08 +02:00
parent 1e78fd8155
commit f1abbae64d

View file

@ -71,6 +71,7 @@ const FORM_FAMILY COMP_form_families[] =
{ "report", FORM_NORMAL },
{ "webpage", FORM_WEBPAGE },
{ "webform", FORM_NORMAL },
{ "termform", FORM_NORMAL },
{ NULL }
};