mirror of
https://github.com/anope/anope.git
synced 2026-06-29 08:16:39 +02:00
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
This commit is contained in:
parent
d751db2d96
commit
efb6623742
@@ -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]
|
||||
|
||||
|
||||
+18
-1
@@ -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' : [
|
||||
|
||||
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user