|
Revision 1528:15f1707721fa, 0.5 kB
(checked in by Robert Clipsham <robert@octarineparrot.com>, 3 years ago)
|
Updated default ldc2 configuration file.
|
| Line | |
|---|
| 1 |
// This configuration file uses libconfig. |
|---|
| 2 |
// See http://www.hyperrealm.com/libconfig/ for syntax details. |
|---|
| 3 |
|
|---|
| 4 |
// The default group is required |
|---|
| 5 |
default: |
|---|
| 6 |
{ |
|---|
| 7 |
// 'switches' holds array of string that are appends to the command line |
|---|
| 8 |
// arguments before they are parsed. |
|---|
| 9 |
switches = [ |
|---|
| 10 |
"-I@RUNTIME_DIR@/src/compiler/ldc", |
|---|
| 11 |
"-I@RUNTIME_DIR@/src/common", |
|---|
| 12 |
"-I@RUNTIME_DIR@/import", |
|---|
| 13 |
"-L-L@PROJECT_BINARY_DIR@/../lib", |
|---|
| 14 |
"-defaultlib=@RUNTIME_AIO@", |
|---|
| 15 |
"-debuglib=@RUNTIME_AIO@" |
|---|
| 16 |
]; |
|---|
| 17 |
}; |
|---|