diff ldc.conf.in @ 1337:b6e819244062

In config file: replace %%ldcbinarypath%% with the path to the ldc executable.
author Christian Kamm <kamm incasoftware de>
date Sun, 10 May 2009 17:58:09 +0200
parents 2cd6199488f6
children 206329112670
line wrap: on
line diff
--- a/ldc.conf.in	Sun May 10 15:50:51 2009 +0200
+++ b/ldc.conf.in	Sun May 10 17:58:09 2009 +0200
@@ -9,7 +9,7 @@
     switches = [
         "-I@RUNTIME_DIR@",
         "-I@RUNTIME_DIR@/lib/common",
-        "-L-L@PROJECT_BINARY_DIR@/../lib",
+        "-L-L%%ldcbinarydir%%/../lib",
         "-d-version=Tango",
         "-defaultlib=@RUNTIME_AIO@",
         "-debuglib=@RUNTIME_AIO@"