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 /install.js | |
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
Diffstat (limited to 'install.js')
-rw-r--r-- | install.js | 19 |
1 files changed, 18 insertions, 1 deletions
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' : [ |