summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-09-29 16:29:46 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-09-29 16:29:46 +0000
commitc565a28c43dd73b167c45dde4a7f7fb41183a7a5 (patch)
treed0c3529c391c509c2d7de16d1959fc7865ff24da
parent0d787aed6cb83da01cfa33ce9ac2434f064d72ae (diff)
BUILD : 1.7.15 (1161) BUGS : 606 NOTES : Fixed Makefile.win32 to fix a typo and `nmake clean` (it now uses spotless)
git-svn-id: svn://svn.anope.org/anope/trunk@1161 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@883 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--Changes2
-rw-r--r--Makefile.win3213
-rw-r--r--version.log6
3 files changed, 10 insertions, 11 deletions
diff --git a/Changes b/Changes
index 88e416669..5ee0c2712 100644
--- a/Changes
+++ b/Changes
@@ -16,6 +16,8 @@ Provided by Anope Dev. <dev@anope.org> - 2006
09/23 F Restarting under Windows now works correctly [#589]
09/25 F Make now works with multiple threads. [ #00]
09/28 F We will now process UnrealIRCd's SVS(2)MODE messages. [#603]
+09/29 F The 'nmake clean' on Windows now uses 'spotless' instead [ #00]
+09/29 F Fixed a typo in Makefile.win32 [ #00]
Provided by Trystan <trystan@nomadirc.net> - 2006
08/20 F Fixed several compiler warnings. [#586]
diff --git a/Makefile.win32 b/Makefile.win32
index 21e687ef7..d0bec18f6 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -30,19 +30,10 @@ install:
cd src\core && $(MAKE) install && cd ..
cd src\tools && $(MAKE) install && cd ..
-@echo ---
- -@echo Anope has been insalled successfully!
+ -@echo Anope has been installed successfully!
-@echo See docs\INSTALL for details on how to configure Anope for use.
-@echo ---
-clean:
- cd src && $(MAKE) spotless && cd ..
- cd src\modules && $(MAKE) spotless && cd ..
- cd src\protocol && $(MAKE) spotless && cd ..
- cd src\core && $(MAKE) spotless && cd ..
- cd src\tools && $(MAKE) spotless && cd ..
- cd lang && $(MAKE) spotless && cd ..
- -@erase *.exe version.h *.obj
-
spotless:
cd lang && $(MAKE) spotless && cd ..
cd src && $(MAKE) spotless && cd ..
@@ -61,6 +52,8 @@ mypasql:
distclean: spotless
+clean: spotless
+
###########################################################################
diff --git a/version.log b/version.log
index c6c015336..470cd7e0f 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="15"
VERSION_EXTRA="-svn"
-VERSION_BUILD="1159"
+VERSION_BUILD="1161"
# $Log$
#
+# BUILD : 1.7.15 (1161)
+# BUGS : 606
+# NOTES : Fixed Makefile.win32 to fix a typo and `nmake clean` (it now uses spotless)
+#
# BUILD : 1.7.15 (1159)
# BUGS : 603
# NOTES : we will now process UnrealIRCd's SVS(2)MODE messages