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-12-08 23:25:35 +0300
committerstarkos <unknown>2009-12-08 23:25:35 +0300
commit6a323fc26309e4428b6c184e7b2abd61dd4c49ea (patch)
treec8dd3d163b93931d2c7bcc2ffd8e6246f703956e /premake4.lua
parentb51c75e70d8c3c4cbec134e12cde8949747e48ee (diff)
Bug 2903430: Using relative instead of absolute paths with $() macro
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 b62a130..e4b18ce 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -34,7 +34,7 @@
files
{
- "src/**.h", "src/**.c", "**.lua",
+ "*.txt", "**.lua", "src/**.h", "src/**.c",
}
excludes