Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 2d22a6d24ab71a7a638f704dfbfd5474 > files > 1

ldc-0.9.2-30.20110115hg1832.fc14.x86_64.rpm

// This configuration file uses libconfig.
// See http://www.hyperrealm.com/libconfig/ for syntax details.

// Special macros:
// %%ldcbinarypath%%
//  - is replaced with the path to the directory holding the ldc executable

// The default group is required
default:
{
    // 'switches' holds array of string that are appends to the command line
    // arguments before they are parsed.
    switches = [
        "-I /usr/include/d/",
        "-I /usr/include/d/tango",
        "-I /usr/include/d/tango/core/vendor",
        "-L-L/usr/lib64",
        "-d-version=Tango",
        "-defaultlib=tango",
        "-debuglib=tango"
    ];
};