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
Jason Perkins 32183f039f Modify toolset() to accept an option version number.
toolset("gcc")   -- specifies GCC with no specific version
toolset("gcc-4.8")   -- GCC version 4.8
toolset("msc-100")  -- MSC with platform toolset v100
toolset("v100")  -- same as above
2015-04-28 18:50:56 -04:00
modules Finish renaming architectures away from x32/x64 2015-04-13 18:27:11 -04:00
packages/debian Copied packaging files to 4.0 trunk 2008-05-05 14:12:38 +00:00
scripts Ported packaging script from Hg to Git 2015-04-27 17:32:59 -04:00
src Modify toolset() to accept an option version number. 2015-04-28 18:50:56 -04:00
tests Modify toolset() to accept an option version number. 2015-04-28 18:50:56 -04: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 Travis integration 2015-04-03 12:36:34 +10:00
.travis.yml Travis integration 2015-04-03 12:36:34 +10:00
BUILD.txt Update BUILD.txt to reflect new behavior of --scripts option 2014-10-16 17:50:55 -04:00
CHANGES.txt Updated CHANGES and CONTRIBUTORS from commit logs 2015-04-27 16:57:48 -04:00
CONTRIBUTORS.txt Updated CHANGES and CONTRIBUTORS from commit logs 2015-04-27 16:57:48 -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 Fix embed action for Premake 4.x executables 2015-02-25 15:50:48 -05:00
premake5.lua Ported packaging script from Hg to Git 2015-04-27 17:32:59 -04:00
README.txt WE'VE MOVED TO GITHUB! Come join us at https://github.com/premake/premake-core 2015-04-02 16:31:57 -04:00

PREMAKE
A build configuration tool
Core module

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

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

 See the file BUILD.txt for instructions on building Premake.

 For questions, comments, or more information, visit the project
 website at https://github.com/premake/premake-core