kamm@1129: // This configuration file uses libconfig. kamm@1129: // See http://www.hyperrealm.com/libconfig/ for syntax details. kamm@1129: kamm@1129: // The default group is required kamm@1129: default: kamm@1129: { kamm@1129: // 'switches' holds array of string that are appends to the command line kamm@1129: // arguments before they are parsed. kamm@1129: switches = [ robert@1528: "-I@RUNTIME_DIR@/src/compiler/ldc", robert@1528: "-I@RUNTIME_DIR@/src/common", kamm@1129: "-I@RUNTIME_DIR@/import", kamm@1129: "-L-L@PROJECT_BINARY_DIR@/../lib", kamm@1129: "-defaultlib=@RUNTIME_AIO@", kamm@1129: "-debuglib=@RUNTIME_AIO@" kamm@1129: ]; kamm@1129: };