tomas@1103: // This configuration file uses libconfig. tomas@1103: // See http://www.hyperrealm.com/libconfig/ for syntax details. tomas@1103: tomas@1394: // Special macros: moritzwarning@1631: // %%ldcbinarypath%% tomas@1394: // - is replaced with the path to the directory holding the ldc executable tomas@1394: tomas@1103: // The default group is required tomas@1103: default: tomas@1103: { tomas@1103: // 'switches' holds array of string that are appends to the command line tomas@1103: // arguments before they are parsed. tomas@1103: switches = [ tomas@1103: "-I@RUNTIME_DIR@", tomas@1103: "-I@RUNTIME_DIR@/lib/common", kamm@1340: "-L-L%%ldcbinarypath%%/../lib", tomas@1103: "-d-version=Tango", fvbommel@1119: "-defaultlib=@RUNTIME_AIO@", fvbommel@1119: "-debuglib=@RUNTIME_AIO@" tomas@1103: ]; tomas@1103: };