Stupid broken build tool maintained by frogs, rust, and fed contractor brainlets
Go to file
R. Blaine Whittle 777fadae95 Added os touchfile and a workaround for vs2010 reloading
vs2010 (and above) has an issue where if the vcxproj file
isn't modified but the.vcxproj.filters is modified during
premake, then VS doesn't notify the user that the project has
changed.  This can occur if the only change to a project is
with the vpaths.  Before this fix, the user would be need to
manually unload and reload the project to pick up the change.

This VS workaround checks for the case where the vcxproj.filters
file is modified but the .vcxproj file is not. At which point
premake preforms a touch on the .vcxproj file to trigger the IDE.
2017-06-20 09:53:43 -07:00
contrib Reapply local changes to Lua 5.3.4 2017-06-19 12:11:49 -07:00
modules Added os touchfile and a workaround for vs2010 reloading 2017-06-20 09:53:43 -07:00
packages/debian Copied packaging files to 4.0 trunk 2008-05-05 14:12:38 +00:00
scripts Fix typo 2017-05-17 23:21:15 +02:00
src Added os touchfile and a workaround for vs2010 reloading 2017-06-20 09:53:43 -07:00
tests Move VStudio action into a module. 2017-06-19 13:12:05 -07:00
.editorconfig Added .editorconfig file (http://editorconfig.org/) 2015-04-05 09:33:46 +10:00
.gitignore Update .gitignore 2017-04-04 09:04:56 -07:00
.travis.yml build on travis osx. 2015-12-17 12:43:36 -08:00
appveyor.yml Create appveyor.yml 2016-06-06 09:15:03 -07:00
Bootstrap.mak Update to Lua 5.3.4 2017-06-19 12:11:49 -07:00
BUILD.txt Add support for MinGW as a host bootstrap platform. 2015-06-11 19:26:59 +01:00
CHANGES.txt Update changes and version for 5.0-alpha11 release 2017-01-11 10:41:55 -05:00
CONTRIBUTORS.txt Update support files and bump version to alpha10 2016-10-04 18:18:00 -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
premake4.lua Merge pull request #687 from tvandijck/os_regkey 2017-01-31 13:11:21 -08:00
premake5.lua Update to Lua 5.3.4 2017-06-19 12:11:49 -07: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/