changeset 1528:15f1707721fa

Updated default ldc2 configuration file.
author Robert Clipsham <robert@octarineparrot.com>
date Thu, 09 Jul 2009 21:13:19 +0100
parents f19adff18813
children ad7f2f1862d6
files ldc2.conf.in
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ldc2.conf.in	Thu Jul 09 12:36:08 2009 +0100
+++ b/ldc2.conf.in	Thu Jul 09 21:13:19 2009 +0100
@@ -7,6 +7,8 @@
     // 'switches' holds array of string that are appends to the command line
     // arguments before they are parsed.
     switches = [
+        "-I@RUNTIME_DIR@/src/compiler/ldc",
+        "-I@RUNTIME_DIR@/src/common",
         "-I@RUNTIME_DIR@/import",
         "-L-L@PROJECT_BINARY_DIR@/../lib",
         "-defaultlib=@RUNTIME_AIO@",