Files
ldc/ldc_install.conf.in
David Nadlinger d108412a2a Finally fix Tango import paths.
We don't install Tango in our build system, so the user could always choose a different layout, but this matches the default.
2012-03-28 13:59:05 +02:00

19 lines
579 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@INCLUDE_INSTALL_DIR@/@RUNTIME_AIO@",
"-I@INCLUDE_INSTALL_DIR@/@RUNTIME_AIO@/core/vendor",
"-I@INCLUDE_INSTALL_DIR@",
"-L-L@CMAKE_INSTALL_LIBDIR@",
"-d-version=Tango",
"-defaultlib=@RUNTIME_AIO@",
"-debuglib=@RUNTIME_AIO@"
];
};