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

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <unknown>2008-06-17 22:45:11 +0400
committerstarkos <unknown>2008-06-17 22:45:11 +0400
commita99ff72d9f66322dfd38f67c2ee88b1b5a19c54c (patch)
treee90808a68ebe2c1f3974d7e76fa4322c4e36e648 /README.txt
parent79d8f8026c3e6fcd9c9e78f58d7cc5e6d7a9997c (diff)
Merged configuration check logic and global eol-settings (r405:413)
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt62
1 files changed, 31 insertions, 31 deletions
diff --git a/README.txt b/README.txt
index 50e4ca4..3130143 100644
--- a/README.txt
+++ b/README.txt
@@ -1,31 +1,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
+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