premake4 - cross-platform build script generator
premake4 [options] action
[arguments]
premake4 is a build configuration tool that can generate
project files for multiple build environments on multiple platforms.
- clean
- Remove all binaries and generated files
- codeblocks
- Generate Code::Blocks project files
- codelite
- Generate CodeLite project files
- gmake
- Generate GNU makefiles for POSIX, MinGW, and Cygwin
- vs2002
- Generate Microsoft Visual Studio 2002 project files
- vs2003
- Generate Microsoft Visual Studio 2003 project files
- vs2005
- Generate Microsoft Visual Studio 2005 project files
- vs2008
- Generate Microsoft Visual Studio 2008 project files
- vs2010
- Generate Visual Studio 2010 project files (experimental)
- xcode3
- Generate Apple Xcode 3 project files (experimental)
For additional information see
http://industriousone.com/premake.
Jason Perkins and the Premake Project