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:
authorJason Perkins <starkos@industriousone.com>2010-12-23 22:06:11 +0300
committerJason Perkins <starkos@industriousone.com>2010-12-23 22:06:11 +0300
commit80cb61791879e626bd30ada6340f60ba590bdc61 (patch)
tree7f677c0afa709394a42665eda7f11051f8e1657e /premake4.lua
parent4c5a0a10572231184a399f63573e49aecf96f1c3 (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