Name
factgen.pl — generate metaclasses and rpc stubs from IDL
Synopsis
factgen.pl [OPTION...] {file.idl}
Description
Generate file_generated.h, file_generated.cpp
and file_rpc.h from given file.idl.
This is the IDL processing tool. When using standard Massiv build
tools (genmkgen.pl and mkgen.pl), you won't ever
have to use this tool directly.
Options
The options is:
-I | --include directroy
Add the directory to the list of directories to search
when including or importing an IDL file.
-v | --verbose
Be more verbose. May be used multiple times.
Notes
The factgen.pl can be found in the
src/core/factgen subdirectory of the massiv
source root directory. Check its perldoc documentation for more detailed info.