# HG changeset patch # User Frank Benoit # Date 1237967208 -3600 # Node ID 46c5f8f56b4117012884ddccebb23719ab9087aa # Parent d46287db17ed2ca43a0128d1aaee163b64c1057b README: more about the sc.ini diff -r d46287db17ed -r 46c5f8f56b41 README.txt --- a/README.txt Tue Mar 24 08:48:41 2009 +0100 +++ b/README.txt Wed Mar 25 08:46:48 2009 +0100 @@ -9,5 +9,12 @@ * 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