$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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.