comparison ldc.conf.in @ 1119:2cd6199488f6

Fix -g with default ldc.conf
author Frits van Bommel <fvbommel wxs.nl>
date Sat, 14 Mar 2009 22:44:52 +0100
parents 81fd116b5dc9
children b6e819244062
comparison
equal deleted inserted replaced
1118:dde9dbae052a 1119:2cd6199488f6
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@PROJECT_BINARY_DIR@/../lib", 12 "-L-L@PROJECT_BINARY_DIR@/../lib",
13 "-d-version=Tango", 13 "-d-version=Tango",
14 "-defaultlib=@RUNTIME_AIO@" 14 "-defaultlib=@RUNTIME_AIO@",
15 "-debuglib=@RUNTIME_AIO@"
15 ]; 16 ];
16 }; 17 };