This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Emilio López b1f352bf67 Embed luasocket as a static library
Add mobdebug lua script to allow debugging premake with ZeroBrane Studio
Add --debugger command line option to enable debugging
2018-03-17 14:47:40 +00:00
binmodules/example Rework binmodule example to silence unit test console output 2017-08-10 14:40:45 -04:00
contrib Embed luasocket as a static library 2018-03-17 14:47:40 +00:00
modules fixed a crash in latestSDK10Version when the registry value is not found 2018-01-18 11:37:37 +01:00
packages/debian Copied packaging files to 4.0 trunk 2008-05-05 14:12:38 +00:00
scripts Fix package.lua os.execute return value checks for Lua 5.3 2017-08-22 10:50:30 -04:00
src Embed luasocket as a static library 2018-03-17 14:47:40 +00:00
tests Merge branch 'master' into ssurtees/pathNormalizationFix 2018-01-17 09:24:00 +01:00
.editorconfig fixes to dotnetbase code for C++ nuget support. 2017-10-09 10:38:01 -07:00
.gitignore Update .gitignore 2017-04-04 09:04:56 -07:00
.travis.yml fix for build failure on macOS in debug. 2017-08-02 08:46:47 -07:00
appveyor.yml Create appveyor.yml 2016-06-06 09:15:03 -07:00
Bootstrap.mak Proof of concept for binary modules. 2017-07-04 19:19:23 -07:00
BUILD.txt Add support for MinGW as a host bootstrap platform. 2015-06-11 19:26:59 +01:00
CHANGES.txt Update support files for alpha12 release 2017-08-21 11:44:47 -04:00
CONTRIBUTORS.txt Update support files for alpha12 release 2017-08-21 11:44:47 -04: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
mobdebug.lua Embed luasocket as a static library 2018-03-17 14:47:40 +00:00
premake4.lua Merge pull request #687 from tvandijck/os_regkey 2017-01-31 13:11:21 -08:00
premake5.lua Embed luasocket as a static library 2018-03-17 14:47:40 +00:00
README.md Use icons instead of labels on test results row of README 2016-10-04 18:37:23 -04:00

PREMAKE 5 (core)

Build Status 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/