comparison ldc.conf.in @ 1340:206329112670

Fix the ldcbinarypath config file rewriting.
author Christian Kamm <kamm incasoftware de>
date Sun, 10 May 2009 18:14:36 +0200
parents b6e819244062
children 193ab3969920
comparison
equal deleted inserted replaced
1339:2e98ddd72fa7 1340:206329112670
7 // 'switches' holds array of string that are appends to the command line 7 // 'switches' holds array of string that are appends to the command line
8 // arguments before they are parsed. 8 // arguments before they are parsed.
9 switches = [ 9 switches = [
10 "-I@RUNTIME_DIR@", 10 "-I@RUNTIME_DIR@",
11 "-I@RUNTIME_DIR@/lib/common", 11 "-I@RUNTIME_DIR@/lib/common",
12 "-L-L%%ldcbinarydir%%/../lib", 12 "-L-L%%ldcbinarypath%%/../lib",
13 "-d-version=Tango", 13 "-d-version=Tango",
14 "-defaultlib=@RUNTIME_AIO@", 14 "-defaultlib=@RUNTIME_AIO@",
15 "-debuglib=@RUNTIME_AIO@" 15 "-debuglib=@RUNTIME_AIO@"
16 ]; 16 ];
17 }; 17 };