A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-81BDD230-ABF9-4BF6-8C50-8690249FFC5E
Visible to Intel only — GUID: GUID-81BDD230-ABF9-4BF6-8C50-8690249FFC5E
module
Specifies the directory where module files should be placed when created and where they should be searched for.
Syntax
Linux: |
-module path |
Windows: |
/module:path |
Arguments
path |
Is the directory for module files. |
Default
OFF |
The compiler places module files in the current directory. |
Description
This option specifies the directory (path) where module (.mod) files should be placed when created and where they should be searched for (USE statement).
IDE Equivalent
Visual Studio: Output > Module Path
Alternate Options
None