Hi, everyone. Is there a way to control the name of compiled .mod files ? we can use -o option to set the name of object file, so is there a similar way for module files then ? Thanks.
链接已复制
2 回复数
No, the compiled mod files take the name of the module; that's how the compiler knows which file to open when you want to use a module.
You can control the directory where the mod files are stored, using the "-module" switch.
--Lorri
