Makeprojects will create a Microsoft Visual Studio 2005, 2008, 2010, 2012, 2013, Codeblocks, Codewarrior, and XCode compatible project files to quickly take a directory filled with source code files and prepare them for compilation.
It can be used one of two ways. Either without command line parameters and a projects.json file that describes all the files to generate, or a command line to generate a specific project type like for XCode 5 for MacOSX.
The script is cross platform and will run under Linux, MacOSX and Windows without modification.
Invoke using projects.json
python makeprojects.py
Create an XCode project for MacOSX
python makeprojects.py -xcode5 -macosx
Create a Visual Studio 2010 project for Windows
python makeprojects.py -vs2010
Create a Visual Studio 2010 project for Xbox 360
python makeprojects.py -vs2010 -xbox360
You get the idea.