comparison ldc.conf.in @ 1648:18bbb1436153 0.9.2

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.
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Wed, 10 Mar 2010 20:21:05 -0700
parents e16ea850ff81
children
comparison
equal deleted inserted replaced
1647:638a823ace45 1648:18bbb1436153
10 { 10 {
11 // 'switches' holds array of string that are appends to the command line 11 // 'switches' holds array of string that are appends to the command line
12 // arguments before they are parsed. 12 // arguments before they are parsed.
13 switches = [ 13 switches = [
14 "-I@RUNTIME_DIR@", 14 "-I@RUNTIME_DIR@",
15 "-I@RUNTIME_DIR@/user",
15 "-I@RUNTIME_DIR@/lib/common", 16 "-I@RUNTIME_DIR@/lib/common",
17 "-I@RUNTIME_DIR@/tango/core/vendor",
16 "-L-L%%ldcbinarypath%%/../lib", 18 "-L-L%%ldcbinarypath%%/../lib",
17 "-d-version=Tango", 19 "-d-version=Tango",
18 "-defaultlib=@RUNTIME_AIO@", 20 "-defaultlib=@RUNTIME_AIO@",
19 "-debuglib=@RUNTIME_AIO@" 21 "-debuglib=@RUNTIME_AIO@"
20 ]; 22 ];