diff options
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. |