Stupid broken build tool maintained by frogs, rust, and fed contractor brainlets
Go to file
starkos b5b85fd766 Merge pull request #232 from aleksijuvani/master
vs2010_vcxproj.lua: add onImportExtensionTargets
2015-09-03 14:21:39 -04:00
contrib http api changes 2015-04-14 17:54:03 -07:00
modules Update to latest Xcode module 2015-08-23 15:41:06 -04:00
packages/debian Copied packaging files to 4.0 trunk 2008-05-05 14:12:38 +00:00
scripts Merge pull request #210 from dcourtois/user_modules_preloading 2015-08-30 11:10:18 -04:00
src Merge pull request #232 from aleksijuvani/master 2015-09-03 14:21:39 -04:00
tests Update unit tests for extension settings change 2015-08-31 22:23:15 +03:00
.editorconfig Added .editorconfig file (http://editorconfig.org/) 2015-04-05 09:33:46 +10:00
.gitignore Add modules to .gitignore 2015-04-05 12:51:03 -04:00
.gitmodules Added D language submodule. 2015-05-21 14:26:48 +10:00
.travis.yml Change Travis CI to use bootstrap process 2015-06-12 20:12:23 +01:00
Bootstrap.mak Add support for MinGW as a host bootstrap platform. 2015-06-11 19:26:59 +01:00
BUILD.txt Add support for MinGW as a host bootstrap platform. 2015-06-11 19:26:59 +01:00
CHANGES.txt Updated support files for 5.0-alpha5 release 2015-08-18 16:05:47 -04:00
CONTRIBUTORS.txt Updated support files for 5.0-alpha5 release 2015-08-18 16:05:47 -04:00
doxyfile Initial import of my local 4.x development code 2008-04-06 18:10:41 +00:00
LICENSE.txt Update supporting files for release; add 'zip' to list of required utilities for packaging 2015-02-23 17:08:19 -05:00
premake4.lua Link rt to fix missing clock_gettime() error on Linux 2015-07-31 18:59:53 -04:00
premake5.lua Link rt to fix missing clock_gettime() error on Linux 2015-07-31 18:59:53 -04:00
README.md Changed google groups url to non-mobile version 2015-08-07 20:06:58 -07:00

PREMAKE 5 (core) Build Status

Premake is a command line utility which reads a scripted definition of a software project and, most commonly, uses it to generate project files for toolsets like Visual Studio, Xcode, or GNU Make. Built-in and Third-Party Modules add support for even more toolsets.

Find out in detail what Premake is and how to use it in the wiki.

Get started

News and Community

Report isssues

Something not working quite as expected? Do you need a feature that has not been implemented yet? Check the issue tracker and add a new one if your problem is not already listed. Please try to provide a detailed description of your problem, including the steps to reproduce it.

Contribute

Awesome! If you would like to contribute with a new feature or submit a bugfix, fork this repo and send a pull request. Please, make sure all the unit tests are passing before submitting and add new ones in case you introduced new features.

Copyright © 2002-2015 by Jason Perkins Distributed under the terms of the BSD License, see LICENSE.txt

The Lua language and runtime library is © TeCGraf, PUC-Rio. See their website at http://www.lua.org/