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
path: root/setup
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2017-11-02 21:46:10 +0300
committerOliver Schneider <oliver@assarbad.net>2017-11-02 21:46:10 +0300
commit8e1d09d5edf6c24697333afc70ad5054665b49d1 (patch)
tree529fa4fdc526838e5edb86dd62d67deb8f8a11a0 /setup
parent30dd07c538311096910adee20844b6ddcd541366 (diff)
Fixes to code and premake4.lua, fixes based on code analysis results, updates to 3rd party libs
* New SQlite amalgamation * Updating other third-party libs * New premake4.exe * Fixes to the premake4.lua script and projects * Adding language resource projects to solutions * Some sanity checks added to treemap.cpp * Using refs now instead of pointers in treemap.cpp (probably should be reviewed as it looks like there are more candidates in there) * Added Windows 10 to manifest file * Glitch in stdafx.h corrected * Script which produces the projects now defaults to only VS2005 and VS2017 * Deterministic filter UUIDs for VS201x * Fixed a handful of issues in code addressed * XP platform toolset doesn't allow for code analysis, using default again * Addressed a number of warnings from code analysis
Diffstat (limited to 'setup')
-rw-r--r--setup/Defines.wxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/Defines.wxi b/setup/Defines.wxi
index 456bb71..885ed20 100644
--- a/setup/Defines.wxi
+++ b/setup/Defines.wxi
@@ -9,7 +9,7 @@
<?define ProductFolder = "WinDirStat"?>
<?define Manufacturer = "WinDirStat Team"?>
<?define ARPContact = "WinDirStat Team"?>
- <?define ARPHelpLink = "http://windirstat.info"?>
+ <?define ARPHelpLink = "http://windirstat.net"?>
<!-- <?define ARPTelephone = "N/A"?> -->
<?define IconFilePath = "..\common\WinDirStat.ico" ?>