$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: andrewjmcd (andrewjmcd_at_[hidden])
Date: 2004-03-25 06:31:19
Ugh that was too easy
Yup just the ticket.
I found <linkflags> but I must have had some other errors or an evil
typo....
Thanks
--- In jamboost_at_[hidden], Vladimir Prus <ghost_at_c...> wrote:
> andrewjmcd wrote:
> > Hi
> >
> > This is probably a simple question to answer.
> >
> > How do I link using the parameter -mwindows.
>
> exe your_app : your_app.cpp : <linkflags>-mwindows ;
>
> HTH,
> Volodya