# HG changeset patch # User Robert Clipsham # Date 1247170399 -3600 # Node ID 15f1707721faec47b900f921eb35fb05840cc7ff # Parent f19adff1881311736eaa3c696a4dc4561919f3a7 Updated default ldc2 configuration file. diff -r f19adff18813 -r 15f1707721fa ldc2.conf.in --- 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@",