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>2009-04-24 17:40:28 +0400
committerstarkos <unknown>2009-04-24 17:40:28 +0400
commit457744c27ef3bcaa7abe0bcad6d7ed8977f4db01 (patch)
tree54ee1171fc5dca6b2e66c3eef449248f48ddb1c9 /premake4.lua
parent7e973368beaf13deb9568501d7758e138e289584 (diff)
Added platform support to CodeLite
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake4.lua b/premake4.lua
index 7bbb202..fcf4d6b 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -44,7 +44,7 @@ end
files
{
- "src/**.h", "src/**.c", "src/**.lua", "src/**.tmpl",
+ "src/**.h", "src/**.c", "src/**.lua",
"tests/**.lua"
}