1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 21:43:13 +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
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)