diff options
-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 :) |