comparison README.txt @ 37:46c5f8f56b41

README: more about the sc.ini
author Frank Benoit <benoit@tionex.de>
date Wed, 25 Mar 2009 08:46:48 +0100
parents 634e4380db78
children a9c9a97b3d82
comparison
equal deleted inserted replaced
36:d46287db17ed 37:46c5f8f56b41
7 * Requirements for D2+Phobos: 7 * Requirements for D2+Phobos:
8 To work with D1+Tango DMD 1.041 and Tango 0.99.8 is needed. 8 To work with D1+Tango DMD 1.041 and Tango 0.99.8 is needed.
9 * Required build tool: 9 * Required build tool:
10 Rake (the Ruby Make) version 0.8.X is needed. 10 Rake (the Ruby Make) version 0.8.X is needed.
11 11
12 The sc.ini/dmd.conf of the DMD in the PATH needs to have all
13 necessary parameters to build a application with the std lib.
12 14
15 E.g. for Tango it can look like this:
16 [Environment]
17 LINKCMD=%@P%\link.exe
18 LIB="%@P%\..\..\..\..\tango\lib"
19 DFLAGS="-I%@P%\..\..\..\..\tango" -version=Tango -defaultlib=tango-base-dmd.lib -debuglib=tango-base-dmd.lib
13 20