changeset 13:3d1d98329fa7 trunk

[svn r17] changed the llvmdc.conf to use dmd.conf style values. hardcoding my home dir is obviously not the best idea...
author lindquist
date Tue, 02 Oct 2007 21:28:57 +0200
parents ee302fe07296
children 0e86428ee567
files bin/llvmdc.conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/llvmdc.conf	Tue Oct 02 05:27:44 2007 +0200
+++ b/bin/llvmdc.conf	Tue Oct 02 21:28:57 2007 +0200
@@ -1,4 +1,4 @@
 
 [Environment]
 
-DFLAGS=-I/home/tomas/projects/llvmdc/lphobos -E/home/tomas/projects/llvmdc/lib -L-L=/home/tomas/projects/llvmdc/lib
+DFLAGS=-I%@P%/../lphobos -E%@P%/../lib -L-L=%@P%/../lib