Age | Commit message (Collapse) | Author |
|
|
|
|
|
- Cross platform
- Doesn't depend on external tools
|
|
TextTransform.exe is not available with Express versions of Visual Studio.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows-specific files that need it - config-win32.h, version.txt, hexchat.rc, hexchat.iss
This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which must be hosted on GitHub for the updater plugin.
|
|
|
|
- Unify x86 and x64 installer files
- Get rid of version program
- Clean up .iss file
- Only allow one installation
|
|
Fixes #612
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
should be set before setting other properties or importing other props.
This fixes the broken GUI Platform Toolset indicator, as well as VS compilation itself if another version such as 2010 was also installed.
|
|
|
|
FIXME on Unix yet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit c6ead740c8795dd9afea46ad392c153fbe47c675.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
closes #255
|