Files
ldc/ldc.conf.in
2009-05-10 18:14:36 +02:00

18 lines
501 B
Plaintext

// This configuration file uses libconfig.
// See http://www.hyperrealm.com/libconfig/ for syntax details.
// 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@RUNTIME_DIR@",
"-I@RUNTIME_DIR@/lib/common",
"-L-L%%ldcbinarypath%%/../lib",
"-d-version=Tango",
"-defaultlib=@RUNTIME_AIO@",
"-debuglib=@RUNTIME_AIO@"
];
};