xfbuild
Ary Borenszweig
ary at esperanto.org.ar
Sun Aug 9 08:20:44 PDT 2009
bobef escribió:
> test Wrote:
>
>> http://www.digitalmars.com/d/2.0/changelog.html
>> http://wiki.team0xf.com/index.php?n=Tools.XfBuild
>>
>
> Does it support D1 ? I get this error. What is it supposed to be?
>
> xfbuild.exe client.d -- -I.. -I..\import
> object.Exception: module 'client.d' needs module header
> ----------------
I think that means you should write
module client;
as the first line of your module.
More information about the Digitalmars-d-dwt
mailing list