As good developers we keep our code as standard compliant as possable 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 faimily 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 effective and are there any limitations (i.e. platforms with bad support etc).
Cross platform IDE's aswell.
