These options enable you to configure the compiler to locate the Microsoft development tools (al.exe and ilasm.exe) when compiling with the .NET options --netdll and --netexe.
--resetNETToolsDir | Resets the registry that holds the various .NET tools directories. |
-NETToolsAL=</full/path/to/al.exe> | Identifies the full path to and filename of the .NET linker al.exe. |
--NETToolsILASM =</full/path/to/ilasm.exe> | Identifies the full path to and filename of the .NET IL assembler ilasm.exe. |