Boost logo

Boost-Build :

From: Kostas Kostiadis (kos_at_[hidden])
Date: 2006-11-22 04:59:17


Hello all,

I was wondering what is the best way to provide platofrm specific
definitions in jamfiles
For example, in user-config.jam I would like to do something like:

#ifdef _WIN32
        using msvc ;
#else
        using gcc ;
#endif

Or, another example is setting path-constant variables that would be
different for say win32 on linux.

Any help, much appreciated.

Cheers,
Kos.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk