D2 port of Sociomantic CDGC available for early experiments

Jacob Carlborg via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Oct 12 02:02:07 PDT 2014


On 2014-10-12 10:30, Rainer Schuetze wrote:

> C# programs also use app.exe.config files alongside the executable to
> setup the application. Maybe we could do something similar.
>
> I just found this in msbuild/14.0/bin/csc.exe.config:
>
> <configuration>
>    <runtime>
>      <gcServer enabled="true" />
>      <gcConcurrent enabled="false"/>
>    </runtime>
> </configuration>
>

Eclipse uses a similar approach. It has an INI file with command line 
arguments. Mine as 18 arguments passed to the application.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list