|
Revision 1648:18bbb1436153, 0.7 kB
(checked in by Kelly Wilson <wilsonk cpsc.ucalgary.ca>, 2 years ago)
|
Change the ldc.conf file output to match the newer Tango directory structure and only use libtango-user-ldc for the libs to match the 0.99.9 build instructions.
|
| Line | |
|---|
| 1 |
// This configuration file uses libconfig. |
|---|
| 2 |
// See http://www.hyperrealm.com/libconfig/ for syntax details. |
|---|
| 3 |
|
|---|
| 4 |
// Special macros: |
|---|
| 5 |
// %%ldcbinarypath%% |
|---|
| 6 |
// - is replaced with the path to the directory holding the ldc executable |
|---|
| 7 |
|
|---|
| 8 |
// The default group is required |
|---|
| 9 |
default: |
|---|
| 10 |
{ |
|---|
| 11 |
// 'switches' holds array of string that are appends to the command line |
|---|
| 12 |
// arguments before they are parsed. |
|---|
| 13 |
switches = [ |
|---|
| 14 |
"-I@RUNTIME_DIR@", |
|---|
| 15 |
"-I@RUNTIME_DIR@/user", |
|---|
| 16 |
"-I@RUNTIME_DIR@/lib/common", |
|---|
| 17 |
"-I@RUNTIME_DIR@/tango/core/vendor", |
|---|
| 18 |
"-L-L%%ldcbinarypath%%/../lib", |
|---|
| 19 |
"-d-version=Tango", |
|---|
| 20 |
"-defaultlib=@RUNTIME_AIO@", |
|---|
| 21 |
"-debuglib=@RUNTIME_AIO@" |
|---|
| 22 |
]; |
|---|
| 23 |
}; |
|---|