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:
authorJason Perkins <starkos@industriousone.com>2010-12-23 22:06:11 +0300
committerJason Perkins <starkos@industriousone.com>2010-12-23 22:06:11 +0300
commitcacee2405e7534da866e6e9684515f0d2f9a174b (patch)
tree7f677c0afa709394a42665eda7f11051f8e1657e /premake4.lua
parente1518ded82a5df45137ef49476e63a07685ea079 (diff)
Removed scripts.c from the repository
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/premake4.lua b/premake4.lua
index 631a4cf..503930b 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -21,7 +21,9 @@
files
{
- "*.txt", "**.lua", "src/**.h", "src/**.c",
+ "*.txt", "**.lua",
+ "src/**.h", "src/**.c",
+ "src/host/scripts.c"
}
excludes