# HG changeset patch # User lindquist # Date 1191353337 -7200 # Node ID 3d1d98329fa7e62faa9a6ec16cfe24085c0553b9 # Parent ee302fe0729619f487437dfade5f0e3e00a8a21d [svn r17] changed the llvmdc.conf to use dmd.conf style values. hardcoding my home dir is obviously not the best idea... diff -r ee302fe07296 -r 3d1d98329fa7 bin/llvmdc.conf --- 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