1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 12:06:38 +02:00

Fixed the wiki URLs in install.js

This commit is contained in:
Adam
2011-02-04 22:15:58 -05:00
parent 2b847c63e9
commit 165c0588d4
2 changed files with 4 additions and 4 deletions
+2 -3
View File
@@ -328,7 +328,7 @@ var buildPackages = [
if (!findCompiler()) {
WScript.Echo("\nERROR: No suitable build tools were found!");
WScript.Echo("Please ensure you have downloaded and installed a version of Visual C++ and/or PlatformSDK.\n");
WScript.Echo("For more information on the tools needed to build Anope on Windows, see:\nhttp://anope.info/wiki/Windows#Compiling\n");
WScript.Echo("For more information on the tools needed to build Anope on Windows, see:\nhttp://wiki.anope.org/index.php/Windows:1.8#Compiling\n");
}
else {
WScript.Echo("\nBuild tools were found successfully!\n");
@@ -522,8 +522,7 @@ var buildPackages = [
if (noPSDK) {
WScript.Echo("Some of the build tools were detected on your computer, but the essential PlatformSDK components were missing.");
WScript.Echo("You will need to download the PlatformSDK from the URL below, ensuring that the Core Windows files, and Debugging Tools are installed.");
WScript.Echo("For more details on installing the PlatformSDK, visit http://anope.info/wiki/Windows#Compiling\n");
WScript.Echo("PSDK: http://download.microsoft.com/download/a/5/f/a5f0d781-e201-4ab6-8c6a-9bb4efed1e1a/PSDK-x86.exe\n");
WScript.Echo("For more details on installing the PlatformSDK, visit http://wiki.anope.org/index.php/Windows:1.8#Compiling\n");
}
return false;
}
+2 -1
View File
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="5"
VERSION_EXTRA="-git"
VERSION_BUILD="3058"
VERSION_BUILD="3059"
# $Log$ # Changes since 1.8.5 Release
#Revision 3059 - Fixed the wiki URLs in install.js
#Revision 3058 - Fixed not introducing our clients with usermode +k on InspIRCd 2.0
#Revision 3057 - Bug #1233 - Fixed some misuse of apostrophes - patch by binki
#Revision 3056 - Bug #1227 - Fixed 'make install' recompiling src/tools