From a53cbd82cc2499c4d0f7e84ec50e6b07a7cca2c7 Mon Sep 17 00:00:00 2001 From: Adam- Date: Wed, 12 May 2010 01:40:43 +0000 Subject: [PATCH] Added support for building with Microsoft Visual Studio 2010 and removed support for Microsoft Visual Studio 98 git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2950 5417fbe8-f217-4b02-8779-1006273d7864 --- install.js | 37 +++++++++++++++++-------------------- version.log | 3 ++- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/install.js b/install.js index 2230c4095..503aea1a1 100644 --- a/install.js +++ b/install.js @@ -71,6 +71,22 @@ var installerQuestions = [ ]; var buildPackages = [ + { + 'name' : 'Microsoft Visual Studio 2010', + 'libpaths' : [ + 'Program Files\\Microsoft Visual Studio 10.0\\VC\\lib', + 'Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\Lib' + ], + 'incpaths' : [ + 'Program Files\\Microsoft Visual Studio 10.0\\VC\\include', + 'Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\Include' + ], + 'nmake' : [ + 'Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\Bin', + ], + 'additional_switches' : [ '/w' ], + 'installedDrive' : 'C' + }, { 'name' : 'Microsoft Visual Studio 2008 (New PSDK)', 'libpaths' : [ @@ -87,7 +103,7 @@ var buildPackages = [ 'additional_switches' : [ '/w' ], 'installedDrive' : 'C' }, - { + { 'name' : 'Microsoft Visual Studio 2008 (64bit) (New PSDK)', 'libpaths' : [ 'Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\Lib', @@ -159,26 +175,7 @@ var buildPackages = [ ], 'additional_switches' : false, 'installedDrive' : 'C' - }, - - { - 'name' : 'Microsoft Visual Studio 98', - 'libpaths' : [ - 'Program Files\\Microsoft Visual Studio\\VC98\\Lib' - ], - 'incpaths' : [ - 'Program Files\\Microsoft Visual Studio\\VC98\\Include' - ], - 'nmake' : [ - 'Program Files\\Microsoft Visual Studio\\VC98\\Bin', - '' - ], - 'additional_switches' : [ - '/QIfist' - ], - 'installedDrive' : 'C' } - ]; diff --git a/version.log b/version.log index e32865f78..18f9f24a8 100644 --- a/version.log +++ b/version.log @@ -9,9 +9,10 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="4" VERSION_EXTRA="-svn" -VERSION_BUILD="2947" +VERSION_BUILD="2950" # $Log$ # Changes since the 1.8.4 Release +#Revision 2950 - Added support for building with Microsoft Visual Studio 2010 and removed support for Microsoft Visual Studio 98 #Revision 2947 - Fixed a memory leak and use of uninitialized values in unreal_jointhrottle_mode_check. Note we don't even use this function currently. #Revision 2946 - Fixed bug #1161 - Fixed setting expiry times on akills in the atheme2anope database converter #Revision 2943 - Added an Atheme to Anope database converter