From 0c8f91ba32a4a78469a0fb1cf7563dbb7e47541b Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Wed, 28 Mar 2012 14:01:21 +0200 Subject: [PATCH] Removed unused ldc.conf.in. It would only be used during in-tree building of Tango, ldc_install.conf.in is what ends up being used during make install instead. --- ldc.conf.in | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 ldc.conf.in diff --git a/ldc.conf.in b/ldc.conf.in deleted file mode 100644 index d296c392..00000000 --- a/ldc.conf.in +++ /dev/null @@ -1,22 +0,0 @@ -// This configuration file uses libconfig. -// See http://www.hyperrealm.com/libconfig/ for syntax details. - -// Special macros: -// %%ldcbinarypath%% -// - is replaced with the path to the directory holding the ldc executable - -// The default group is required -default: -{ - // 'switches' holds array of string that are appends to the command line - // arguments before they are parsed. - switches = [ - "-I@RUNTIME_DIR@", - "-I@RUNTIME_DIR@/tango/core/vendor", - "-L-L%%ldcbinarypath%%/../lib", - "-L-ltango", - "-d-version=Tango", - "-defaultlib=@RUNTIME_AIO@", - "-debuglib=@RUNTIME_AIO@" - ]; -};