diff bin/llvmdc.conf @ 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 069cf4b0ec67
children 1700239cab2e
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