Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.txt - github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50e4ca45dbce956e5d1b8e09bf2869b56c9db0e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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