Stupid broken build tool maintained by frogs, rust, and fed contractor brainlets
Go to file
Tom van Dijck 1696a65dff Merge pull request #496 from starkos/unit-test-fixes
Catch older unit tests up to the latest standards
2016-05-12 17:41:13 -07:00
contrib properly escape defines. 2016-05-02 13:57:12 -07:00
modules Update to latest version of the CodeLite module 2016-04-21 19:17:00 -04:00
packages/debian Copied packaging files to 4.0 trunk 2008-05-05 14:12:38 +00:00
scripts Reverse operation of bytecode embedding flag: from --no-bytecode to --bytecode 2016-02-14 19:05:40 -05:00
src Merge pull request #491 from g012/ToolsetFilter 2016-05-09 12:12:22 -04:00
tests Merge pull request #496 from starkos/unit-test-fixes 2016-05-12 17:41:13 -07:00
.editorconfig Added .editorconfig file (http://editorconfig.org/) 2015-04-05 09:33:46 +10:00
.gitignore Added xcode workspace directories to the ignore list 2016-05-05 22:41:34 -07:00
.gitmodules Added D language submodule. 2015-05-21 14:26:48 +10:00
.travis.yml build on travis osx. 2015-12-17 12:43:36 -08:00
Bootstrap.mak update bootstrap.mak 2016-02-26 08:23:27 -08:00
BUILD.txt Add support for MinGW as a host bootstrap platform. 2015-06-11 19:26:59 +01:00
CHANGES.txt Fill in a partial list of changes since the previous beta 2016-04-25 17:40:01 -04:00
CONTRIBUTORS.txt Captured changes since alpha6 2015-12-17 17:37:07 -05:00
doxyfile Initial import of my local 4.x development code 2008-04-06 18:10:41 +00:00
LICENSE.txt Happy New Year 2016-01-18 21:39:55 +05:30
premake4.lua Move Lua into folder without version, so it's easier to update to a newer version. 2015-10-05 10:11:15 -07:00
premake5.lua migrated "configuration" to "filter", resolves #462 2016-04-07 01:01:22 +02:00
README.md Update Readme.md 2016-04-24 11:41:08 -07:00

PREMAKE 5 (core)

  • Linux: Build Status
  • Windows: 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! View the contribution guidelines before you contribute. 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-2016 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/