Entering content frame

 $VMAKE_PATH 

This variable lists paths under which VMAKE can search for files.

The individual path specifications are separated by a comma. The paths can be absolute paths in the file system of the local computer, or of other computers that are integrated in the file system.

If a file system that is not integrated is to be used, the VMAKE Server program is required on the computer with this file system.

The path must then be specified as follows:

<server_name>:<absolute_path>

<server_name>

Name of the other computer

<absolute_path>

Absolute path on the file system of the other computer

If you enter two slashes at the end of a path specification, the system will ignore this path when searching for object files.

set VMAKE_PATH=D:\V72,P26326:F:\Develop//,\\P26208\share\tools

Leaving content frame