5.5. More on configuration

Single working directory may contain several configurations, which may be chosen during the launch of any, datardd and other tools.

[my32]
rdd_prf_id = any, i686, gcc, linux

[my64]
rdd_prf_id = any, amd64, gcc, linux
In the example above my32 and my64 configurations describe the properties of 32-bit and 64-bit platforms. To work with one or another configuration we choose the configuration name during the launch:
        datardd my32
        datardd my64