comparison ldc.conf.in @ 1104:81fd116b5dc9

Removed plain wrong note from ldc.conf.in, I never implemented that!
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 12 Mar 2009 21:04:27 +0100
parents b30fe7e1dbb9
children 2cd6199488f6
comparison
equal deleted inserted replaced
1103:b30fe7e1dbb9 1104:81fd116b5dc9
4 // The default group is required 4 // The default group is required
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 // {#} is replaced with the path to the directory holding the executable
10 switches = [ 9 switches = [
11 "-I@RUNTIME_DIR@", 10 "-I@RUNTIME_DIR@",
12 "-I@RUNTIME_DIR@/lib/common", 11 "-I@RUNTIME_DIR@/lib/common",
13 "-L-L@PROJECT_BINARY_DIR@/../lib", 12 "-L-L@PROJECT_BINARY_DIR@/../lib",
14 "-d-version=Tango", 13 "-d-version=Tango",