Thread overview
Make replacement
Jul 30, 2002
Juarez Rudsatz
Jul 30, 2002
Jonathan Andrew
Aug 01, 2002
Martin M. Pedersen
July 30, 2002
    	If D replaces C++, what will replace make ?

    	Take a look in Cook :

http://www.canb.auug.org.au/~millerp/cook/cook.html

J.
July 30, 2002
I was under the impression that the D compiler would go seek out all the

imported .d files and compile them as necessary, I hope so, because make

stinks.

-Jon

August 01, 2002
Hi,

"Jonathan Andrew" <jon@ece.arizona.edu> wrote in message news:3D470D4F.AEB1C20D@ece.arizona.edu...
> I was under the impression that the D compiler would go seek out all the imported .d files and compile them as necessary, I hope so, because make stinks.

Make is commonly used for variaty of tasks beyond compiling source codes, so this does not help much. But I expect that this feature of dmd may cause problems compiling different modules with different compiler options (version, debug, unittest, optimization...). I haven't had the problem yet, so I cannot tell for sure.

Regards,
Martin M. Pedersen