comparison ldc2.conf.in @ 1528:15f1707721fa

Updated default ldc2 configuration file.
author Robert Clipsham <robert@octarineparrot.com>
date Thu, 09 Jul 2009 21:13:19 +0100
parents 8403fec8c34c
children
comparison
equal deleted inserted replaced
1527:f19adff18813 1528:15f1707721fa
5 default: 5 default:
6 { 6 {
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@/src/compiler/ldc",
11 "-I@RUNTIME_DIR@/src/common",
10 "-I@RUNTIME_DIR@/import", 12 "-I@RUNTIME_DIR@/import",
11 "-L-L@PROJECT_BINARY_DIR@/../lib", 13 "-L-L@PROJECT_BINARY_DIR@/../lib",
12 "-defaultlib=@RUNTIME_AIO@", 14 "-defaultlib=@RUNTIME_AIO@",
13 "-debuglib=@RUNTIME_AIO@" 15 "-debuglib=@RUNTIME_AIO@"
14 ]; 16 ];