$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] How to generate .exe suffix under Cygwin only
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-06-10 07:27:36
Andrej van der Zee wrote:
>
> Hi,
>
> I have a small project that I am porting from Linux to Windows with Cygwin. Now I want to generate
> a .exe suffix for my executable only if it is compiled under Cygwin. When I build under Linux, it
> should not generate any suffix. How should I do this?
Use SVN HEAD of Boost.Build, or nightly build.
- Volodya