mirror of
https://github.com/anope/anope.git
synced 2026-07-04 22:13:12 +02:00
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
This commit is contained in:
parent
530199c7bf
commit
607478cb0d
+1
-1
@@ -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
|
||||
|
||||
@@ -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 ..
|
||||
|
||||
|
||||
+6
-1
@@ -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 :)
|
||||
|
||||
Reference in New Issue
Block a user