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

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2008-04-06 22:10:41 +0400
committerstarkos <none@none>2008-04-06 22:10:41 +0400
commitc224582941701b4ddc5d1a340c2961e64c4a991b (patch)
treea34fe5986eae6ef36bf615df8b91b353a9fe6196 /premake4.lua
Initial import of my local 4.x development code
--HG-- branch : Trunk
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/premake4.lua b/premake4.lua
new file mode 100644
index 0000000..02aba03
--- /dev/null
+++ b/premake4.lua
@@ -0,0 +1,11 @@
+---------------------------------------------------------------------------
+-- Premake4 solution script for Premake4
+-- Copyright (c) 2002-2008 Jason Perkins and the Premake project
+---------------------------------------------------------------------------
+
+solution "Premake4"
+
+include "src"
+
+
+