1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 14:46:39 +02:00

BUILD : 1.7.18 (1226) BUGS : 668 NOTES : Fixed win32 makefile for the inspircd protocol module changes

git-svn-id: svn://svn.anope.org/anope/trunk@1226 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@945 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-01-15 10:15:35 +00:00
parent b27ae8c5d4
commit 2ad5c86dce
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
include ../../Makefile.inc.win32
SRCS=bahamut.c charybdis.c dreamforge.c hybrid.c inspircd.c plexus2.c plexus3.c ptlink.c rageircd.c \
SRCS=bahamut.c charybdis.c dreamforge.c hybrid.c inspircd10.c inspircd11.c plexus2.c plexus3.c ptlink.c rageircd.c \
ratbox.c shadowircd.c solidircd.c ultimate2.c ultimate3.c unreal31.c unreal32.c viagra.c
OBJECTS= $(SRCS:.c=.dll)
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="18"
VERSION_EXTRA="-svn"
VERSION_BUILD="1225"
VERSION_BUILD="1226"
# $Log$
#
# BUILD : 1.7.18 (1226)
# BUGS : 668
# NOTES : Fixed win32 makefile for the inspircd protocol module changes
#
# BUILD : 1.7.18 (1225)
# BUGS : 669
# NOTES : Fixed spurious PONGs being sent during burst when MySQL was saving (it still is a dirty hack, but at least it should work now)