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>2009-12-08 23:25:35 +0300
committerstarkos <none@none>2009-12-08 23:25:35 +0300
commit260053298ed9e5cbc62cd8f9b1ae555f9c3ecc79 (patch)
treec8dd3d163b93931d2c7bcc2ffd8e6246f703956e /premake4.lua
parent0c0ded1df53fb51c03bd932ff1a6db9faa289a31 (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