diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-02-27 21:33:01 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-02-27 21:33:01 +0000 |
commit | 607478cb0d4c78f51f17680a4d29cc2c448278c8 (patch) | |
tree | 884c9d529c462dfc72328ad11ce40b4f5a7fca88 | |
parent | 530199c7bff0bbef49324609f1a1c1b6e566307e (diff) |
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
-rw-r--r-- | makefile.inc.win32 | 2 | ||||
-rw-r--r-- | src/modules/makefile.win32 | 3 | ||||
-rw-r--r-- | 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 :) |