view 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
line wrap: on
line source

=== DWT2 ===

http://dev.eclipse.org/viewcvs/

* Requirements for D1+Tango:
To work with D1+Tango DMD 1.041 and Tango 0.99.8 is needed.
* Requirements for D2+Phobos:
To work with D1+Tango DMD 1.041 and Tango 0.99.8 is needed.
* Required build tool:
Rake (the Ruby Make) version 0.8.X is needed.

The sc.ini/dmd.conf of the DMD in the PATH needs to have all
necessary parameters to build a application with the std lib.

E.g. for Tango it can look like this:
[Environment]
LINKCMD=%@P%\link.exe
LIB="%@P%\..\..\..\..\tango\lib"
DFLAGS="-I%@P%\..\..\..\..\tango" -version=Tango -defaultlib=tango-base-dmd.lib -debuglib=tango-base-dmd.lib