diff options
author | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-05-13 01:11:16 +0000 |
---|---|---|
committer | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-05-13 01:11:16 +0000 |
commit | efb66237428593dadb71fd7288341c0409dcd9eb (patch) | |
tree | 8f33355699fc178853c21c3d3e87ed2c17ee2114 | |
parent | d751db2d961cea64a9fcbcb01302e8a601d84c5d (diff) |
BUILD : 1.7.21 (1395) BUGS : 897 NOTES : install.js script now works properly on x64 machines
git-svn-id: svn://svn.anope.org/anope/trunk@1395 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1110 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | install.js | 19 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 26 insertions, 2 deletions
@@ -45,6 +45,9 @@ Anope Version S V N 05/12 F anope_cmd_notice_ops for unreal now includes source. [ #00] 05/12 F moduleNoticeLang() now calls notice_user instead of notice(). [ #00] +Provided by Scott Seufert <katsklaw@ircmojo.net> - 2008 +05/12 F install.js now works properly on x64 machines [#897] + Provided by Trystan <trystan@nomadirc.net> - 2008 02/11 F Last part of memory leak in cs_akick() [#870] diff --git a/install.js b/install.js index 168e1940d..d9f0f46ab 100644 --- a/install.js +++ b/install.js @@ -86,7 +86,24 @@ 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', + 'Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\Lib' + ], + 'incpaths' : [ + 'Program Files (x86)\\Microsoft Visual Studio 9.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 2005 (New PSDK)', 'libpaths' : [ diff --git a/version.log b/version.log index 4af5b1ee7..390387e8d 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="21" VERSION_EXTRA="-svn" -VERSION_BUILD="1393" +VERSION_BUILD="1395" # $Log$ # +# BUILD : 1.7.21 (1395) +# BUGS : 897 +# NOTES : install.js script now works properly on x64 machines +# # BUILD : 1.7.21 (1393) # BUGS : # NOTES : Services Operators can now also use NickServ INFO ALL |