Release: GDC for Windows

Kagamin spam at here.lot
Thu Mar 24 15:20:16 PDT 2011


Daniel Green Wrote:

> D2 has been released for testing. Now in a zip file.
> 
> https://bitbucket.org/goshawk/gdc/downloads
> 
> gcc-4.5.1-tdm-1-gdc-r499-20110322.zip
> 
>  From here on out, D1 and D2 will be combined into a single release. 
> Since D1 appears more stable it is the default.  Use -v2 to access D2.
> 
> gdc dummy.d # Compiles dummy.d with D1.
> gdc -v2 dummy.d # Compiles dummy.d with D2.

----
import core.stdc.stdio;
int main()
{
	printf("hello, world");
	return 0;
}
----
gdc -v2 test.d -o test.exe
----
test
----
(no text)
----

the same for d1, lol


More information about the Digitalmars-d-announce mailing list