comparison ldc.conf.in @ 1394:193ab3969920

Added a comment to the ldc.conf.in template about the %%ldcbinarydir%% "macro".
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Mon, 18 May 2009 15:08:46 +0200
parents 206329112670
children e16ea850ff81
comparison
equal deleted inserted replaced
1393:04177061f98d 1394:193ab3969920
1 // This configuration file uses libconfig. 1 // This configuration file uses libconfig.
2 // See http://www.hyperrealm.com/libconfig/ for syntax details. 2 // See http://www.hyperrealm.com/libconfig/ for syntax details.
3
4 // Special macros:
5 // %%ldcbinarydir%%
6 // - is replaced with the path to the directory holding the ldc executable
3 7
4 // The default group is required 8 // The default group is required
5 default: 9 default:
6 { 10 {
7 // 'switches' holds array of string that are appends to the command line 11 // 'switches' holds array of string that are appends to the command line