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
2008-06-17 18:45:11 +00:00
packages/debian Copied packaging files to 4.0 trunk 2008-05-05 14:12:38 +00:00
samples GNU C++ project makefile generation (placeholder); refactoring and code cleanup (r346:349) 2008-05-02 13:51:44 +00:00
src Merged configuration check logic and global eol-settings (r405:413) 2008-06-17 18:45:11 +00:00
CHANGES.txt Merged configuration check logic and global eol-settings (r405:413) 2008-06-17 18:45:11 +00:00
doxyfile Initial import of my local 4.x development code 2008-04-06 18:10:41 +00:00
LICENSE.txt Merged configuration check logic and global eol-settings (r405:413) 2008-06-17 18:45:11 +00:00
premake4.lua Merged configuration check logic and global eol-settings (r405:413) 2008-06-17 18:45:11 +00:00
premake.lua Merged configuration check logic and global eol-settings (r405:413) 2008-06-17 18:45:11 +00:00
README.txt Merged configuration check logic and global eol-settings (r405:413) 2008-06-17 18:45:11 +00:00

PREMAKE
A build configuration tool

 Copyright (C) 2002-2008 by Jason Perkins
 Distributed under the GNU General Public License, see LICENSE.txt

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


BUILDING PREMAKE

 Until an official release is made you will need to use an existing
 Premake 3.x executable to generate the project files. Grab a binary
 or source package from the project site at:

   http://premake.sourceforge.net/

 Then use it to create the project files for your particular toolset.

   $ cd premake-4.0
   $ premake --target vs2005   # For Visual Studio 2005 files
   $ premake --target gnu      # For GNU makefile

 Run `premake --help` for a complete list of supported toolsets.


SUPPORT 

 For questions, comments, or more information, visit the project
 website at http://industriousone.com/premake