comparison ldc.conf.in @ 1337:b6e819244062

In config file: replace %%ldcbinarypath%% with the path to the ldc executable.
author Christian Kamm <kamm incasoftware de>
date Sun, 10 May 2009 17:58:09 +0200
parents 2cd6199488f6
children 206329112670
comparison
equal deleted inserted replaced
1334:7c6dcb98ac35 1337:b6e819244062
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@PROJECT_BINARY_DIR@/../lib", 12 "-L-L%%ldcbinarydir%%/../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 };