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-10 07:56:33 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-10 07:56:33 +0400
commitdc68035c597d086715e5e2e2cd75b949c6741136 (patch)
treec6abc3a3faa182cf3d5441c9afcfe852573a4beb /premake4.lua
parent9c164e54b414412abd15a154e33ad243a6aa446d (diff)
Introducing define HAVE_WIN7_SDK (and replacing SUPPORT_W7_TASKBAR)
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 14a98d0..2ae1b76 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -198,9 +198,9 @@ solution ("windirstat")
if _OPTIONS["sdk71"] then
configuration {"vs2005 or vs2008"}
- defines {"SUPPORT_W7_TASKBAR=1"}
+ defines {"HAVE_WIN7_SDK=1"}
if action == "vs2005" or action == "vs2008" then
- print "INFO: Assuming Windows 7 SP1 SDK is installed (#define SUPPORT_W7_TASKBAR)."
+ print "INFO: Assuming Windows 7 SP1 SDK is installed (#define HAVE_WIN7_SDK=1)."
end
end