From 607478cb0d4c78f51f17680a4d29cc2c448278c8 Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sun, 27 Feb 2005 21:33:01 +0000 Subject: [PATCH] BUILD : 1.7.8 (587) BUGS : N/A NOTES : Fixed a typo in the win32 makefile.inc git-svn-id: svn://svn.anope.org/anope/trunk@587 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@437 5417fbe8-f217-4b02-8779-1006273d7864 --- makefile.inc.win32 | 2 +- src/modules/makefile.win32 | 3 ++- version.log | 7 ++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/makefile.inc.win32 b/makefile.inc.win32 index 8486f8139..ca6cc65a9 100644 --- a/makefile.inc.win32 +++ b/makefile.inc.win32 @@ -40,7 +40,7 @@ USE_MYSQL=0 # Set this to 1 to enable the proxy scanner PROXY_SCANNER=0 -# Set this to 1 to enable the proxy scanner +# Set this to 1 to enable database encryption DB_ENCRYPTION=0 # If you want to change the names/locations of files/folders, you diff --git a/src/modules/makefile.win32 b/src/modules/makefile.win32 index 5a6d62ad9..f7a827ec8 100644 --- a/src/modules/makefile.win32 +++ b/src/modules/makefile.win32 @@ -37,5 +37,6 @@ install: -@copy *.dll ..\..\$(DATDEST)\modules subs-install: install - @for i in ( $(SUBS) ); do \ + @for %i in ( $(SUBS) ); do \ @if exist %i; @cd %i && $(MAKE) $(MAKEARGS) install && cd .. + diff --git a/version.log b/version.log index 95ebd5034..cc73622ba 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,15 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="8" -VERSION_BUILD="586" +VERSION_BUILD="587" # $Log$ # +# BUILD : 1.7.8 (587) +# BUGS : N/A +# NOTES : Fixed a typo in the win32 makefile.inc +# +# # BUILD : 1.7.8 (586) # BUGS : N/A # NOTES : Added multifile module support for win32 - thanks heinz :)