cross-platformbuild-automationbuild-environment

Cross platform build environment


As good developers we keep our code as standard compliant as possible to help in porting between platforms. But what tools are available that help us build the code in a uniform way across multiple platforms.

*nix family has make but Windows needs nmake.

I have read about SCons but never used it in anger. What is your favorite build tool, why do you find it effective and are there any limitations (i.e. platforms with bad support etc).

Cross platform IDEs as well.


Solution

  • cmake for c/c++ environments is good. http://www.cmake.org/