Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2014-01-04 10:18:22 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-04 10:18:22 +0400
commitf12c15ee8868c9f9f0e4d278d27a32e906ae96cf (patch)
treebf1c5d898ce514b1b8e1a86c0f5d21599ddbc936 /premake4.lua
parent949d39222aab65ddd16d4e05e461097b2da247c3 (diff)
- Adding the README back to created projects
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/premake4.lua b/premake4.lua
index ed35e38..a338888 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -121,7 +121,7 @@ solution ("windirstat")
"windirstat/Dialogs/*.h",
"windirstat/windirstat.rc",
"windirstat/res/*.*",
- "*.txt",
+ "*.txt", "*.rst",
"common/BUILD",
"common/*.cmd",
"premake4.lua",
@@ -151,7 +151,7 @@ solution ("windirstat")
["Source Files/Dialogs/*"] = { "windirstat/Dialogs/*.cpp" },
["Source Files/*"] = { "windirstat/*.cpp" },
["Special Files/*"] = { "common/BUILD", "common/*.cmd", "premake4.lua", "*.cmd" },
- ["*"] = { "*.txt" },
+ ["*"] = { "*.txt", "*.rst" },
}
configuration {"Debug", "x32"}