![]() |
OpenMake Meister |
This option allows for the use of a Perl script that defines the name and location of compilers to be called by the command scripts. When OOMLOM executes it will attempt to locate the compiler based on the Perl script passed with this option. If it cannot locate the compiler, it will search the PATH for the compiler. The Perl script containing the compiler information must be passed as a parameter and should include the following:
$Tools{"CL"} = "<fully qualified compiler location>";
Example:
$Tools{"CL"} = "c:\\program files\\vc98\\bin\\cl.exe";
$Tools{"VB6"}="c:\\program files\\vb6\\bin\\vb6.exe";
Name of the Perl script which contains the compiler information.