From c4c38715ef2e6594999cde0bfe80d0e2f3b1f486 Mon Sep 17 00:00:00 2001 From: Robert Clipsham Date: Thu, 9 Jul 2009 21:13:19 +0100 Subject: [PATCH] Updated default ldc2 configuration file. --- ldc2.conf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ldc2.conf.in b/ldc2.conf.in index 000f2fac..445b06cd 100644 --- a/ldc2.conf.in +++ b/ldc2.conf.in @@ -7,6 +7,8 @@ default: // '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@",