updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / ldc / ldc.conf
blobe39e1efc23d379ed3f5951e01044a83c90383bea
1 // This configuration file uses libconfig.
2 // See http://www.hyperrealm.com/libconfig/ for syntax details.
4 // Special macros:
5 // %%ldcbinarydir%%
6 //  - is replaced with the path to the directory holding the ldc executable
8 // The default group is required
9 default:
11     // 'switches' holds array of string that are appends to the command line
12     // arguments before they are parsed.
13     switches = [
14         "-I/usr/include/d/tango",
15         "-I/usr/include/d/tango/lib/common",
16         "-L-L%%ldcbinarypath%%/../lib",
17         "-d-version=Tango",
18         "-defaultlib=tango-base-ldc",
19         "-debuglib=tango-base-ldc",
20         "-L-ltango-user-ldc"
21     ];