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>2017-11-15 21:41:47 +0300
committerOliver Schneider <oliver@assarbad.net>2017-11-15 21:41:47 +0300
commitee08227c4d9c9de67faea4a9023754d675794230 (patch)
treee01ed9030a82eb215d6d5210fc0f73dbc0036c40 /premake4.lua
parent8e1d09d5edf6c24697333afc70ad5054665b49d1 (diff)
Adding incubator logo and added hgid.h to the premake4.lua and projects
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/premake4.lua b/premake4.lua
index c27318e..6709f2d 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -291,6 +291,7 @@ solution (iif(release, slnname, "windirstat"))
end
files
{
+ "common/hgid.h",
"common/*.h",
"common/*.cpp",
"windirstat/*.cpp",