Beginner bud problem
Chris Nicholson-Sauls
ibisbasenji at gmail.com
Tue Oct 24 11:43:27 PDT 2006
notknown wrote:
> Carlos Santander kirjoitti:
>
>> notknown escribió:
>>
>>> Hey,
>>>
>>> I have wxd in /home/me/D/wxd/
>>> I have project in /home/me/D/DayBook/ containing daybook.d only
>>>
>>> Just cant get it to compile, finding the right parameters for bud.
>>>
>>> Is there very simple tutorial how to do this:
>>> Just compile my files only, no compiling wxd files.
>>> Include libraries libwxd.a and libwxc.a from wxd directory.
>>
>>
>> wxd comes with sample Makefiles. What I do is copy one of them into my
>> project folder and change names/paths accordingly. And then just "make".
>>
>
> Okay, I actually have working SConstruct file but wanted to try build
> because it sounds the official D 'make' system.
Its not so much the 'official' system, so much as its tailor-suited (and written /in/ D,
which makes a nice showcase). If SCons is working for you right now, I'd stick with it
for the moment. (I used SCons myself before Build came along. Its pretty darned effective.)
-- Chris Nicholson-Sauls
More information about the Digitalmars-d-learn
mailing list