Cross Platform build

Posted by Neeraj on Stack Overflow See other posts from Stack Overflow or by Neeraj
Published on 2010-03-29T19:21:26Z Indexed on 2010/03/29 19:23 UTC
Read the original article Hit count: 439

Filed under:
|

I have an application in which we use a hand-made build system.The reason for this is portability, the application should be portable on Linux/Mac/Windows.

There are some port-specific files that are not updated by the deafult build system.

What I do now is update the files manually or have a script do this. However I am thinking of switching to cross platform build system like cmake or scons.

Are their associated problems wrt portability? Will it pay in long run? and if so what should be my choice "cmake", "scons" or some other(if any?).

Thanks,

© Stack Overflow or respective owner

Related posts about make

    Related posts about cross-platform