Cross Platform Environment

closed account (o1vk4iN6)
Well I was wondering what kind of methods there are to keep code as easily usable across systems. For example I use Visual Studio on windows, but I tend to use Vi/emacs on linux along with g++ to compile. So I guess what are some good practices to keep code compiling on windows/linux/mac as well as keeping the IDE's project files in sync (windows)?
Use CMake?

http://www.cmake.org/

-Albatross
Topic archived. No new replies allowed.