diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-01-11 14:33:33 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-01-11 14:33:42 +0000 |
commit | 7cd45b297ec2d09af92cd6defccd54c7e9ac5a3d (patch) | |
tree | 11c7514696413b28c574f03e000aa0619c5d933d /RELEASE-NOTES | |
parent | 9362603f056ec652d61a3da5132d66435b746b7d (diff) |
Makefile.dist: Added support for VC7
Currently VC7 and VC7.1 builds have to be ran with the VC variable set
to vc6 which is not only inconsistent with the nmake winbuild system
but also with newer versions of Visual Studio supported by this file.
Note: This doesn't break the build for anyone still running with the
VC variable set to vc6 or not set (which defaults to vc6).
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 17bbbea7e..f919dc795 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -13,7 +13,7 @@ This release includes the following changes: o imap/pop3/smtp: Extended the login options to support multiple auth mechanisms o TheArtOfHttpScripting: major update, converted layout and more o mprintf: Added support for I, I32 and I64 size specifiers - o makefile: Added support for VC11 and VC12 + o makefile: Added support for VC7, VC11 and VC12 o This release includes the following bugfixes: |