diff options
author | ponce <matteo.bernardini@gmail.com> | 2011-08-24 14:49:23 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-24 14:49:23 -0300 |
commit | 0f7a939968db389357ca05902ecb04d39928d133 (patch) | |
tree | 0bc0d659dd55151d2615463aa4297d7176f25917 /development/premake/README | |
parent | 6b6c8ec350e3c15a4a374cb3580e227da34b03ac (diff) | |
download | slackbuilds-0f7a939968db389357ca05902ecb04d39928d133.tar.gz |
development/premake: Added (build configuration tool)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/premake/README')
-rw-r--r-- | development/premake/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/premake/README b/development/premake/README new file mode 100644 index 0000000000..a203db297c --- /dev/null +++ b/development/premake/README @@ -0,0 +1,10 @@ +premake (build configuration tool) + +Describe your C, C++, or C# software project using a simple, easy to +read syntax and let Premake generate the project files. Premake allows +you to manage your project configuration in one place and still +support those pesky IDE-addicted Windows coders. It also provides a +complete Lua scripting environment, enabling the automation of +complex configuration tasks. + +This requires lua. |