1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 11:36:38 +02:00

BUILD : 1.7.8 (569) BUGS : N/A NOTES : Cleaned up the win32 makefiles, fixed hs_moo

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@419 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-02-06 20:31:43 +00:00
parent fd5951062d
commit d07eaff34a
4 changed files with 14 additions and 5 deletions
+4 -3
View File
@@ -1,11 +1,12 @@
# Makefile for Epona.
# Makefile for Anope.
#
# Epona (c) 2000-2002 PegSoft
# Contact us at epona@pegsoft.net
# (C) 2003-2005 Anope Team
# Contact us at info@anope.org
#
# This program is free but copyrighted software; see the file COPYING for
# details.
#
# Based on the original code of Epona by Lara.
# Based on the original code of Services by Andy Church.
include Makefile.inc.win32
+4
View File
@@ -70,6 +70,10 @@ int test(int argc, char **argv) {
return MOD_CONT;
}
void AnopeFini(void)
{
/* module is unloading */
}
/***************************************************************************************************************************************/
/* The code below here shows various ways of dealing with the module help system */
+1 -1
View File
@@ -3,7 +3,7 @@ include ./Makefile.inc.win32
OBJECTS= $(SRCS:.c=.dll)
CFLAGS=/LD /MD /D MODULE_COMPILE $(CFLAGS) /I"../../include"
LFLAGS=/link ../anope.lib wsock32.lib libmysql.lib $(LFLAGS) $(MYSQL_LIB_PATH) /export:AnopeInit
LFLAGS=/link ../anope.lib wsock32.lib $(LIBS) $(LFLAGS) $(MYSQL_LIB_PATH) /export:AnopeInit /export:AnopeFini
all: $(OBJECTS)
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="8"
VERSION_BUILD="568"
VERSION_BUILD="569"
# $Log$
#
# BUILD : 1.7.8 (569)
# BUGS : N/A
# NOTES : Cleaned up the win32 makefiles, fixed hs_moo
#
# BUILD : 1.7.8 (568)
# BUGS : N/A
# NOTES : Set default value for botmodes