diff options
Diffstat (limited to 'src/makefile.win32')
-rw-r--r-- | src/makefile.win32 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/makefile.win32 b/src/makefile.win32 index 5ff506c0a..8b60c3474 100644 --- a/src/makefile.win32 +++ b/src/makefile.win32 @@ -18,13 +18,13 @@ include ../Makefile.inc.win32 ########################################################################### OBJS = actions.obj base64.obj botserv.obj channels.obj chanserv.obj commands.obj compat.obj \ - converter.obj config.obj datafiles.obj encrypt.obj events.obj helpserv.obj hostserv.obj \ + config.obj datafiles.obj encrypt.obj events.obj helpserv.obj hostserv.obj \ init.obj language.obj list.obj log.obj mail.obj main.obj memory.obj memoserv.obj \ messages.obj misc.obj modules.obj news.obj nickserv.obj operserv.obj \ process.obj send.obj servers.obj sessions.obj slist.obj sockutil.obj \ timeout.obj users.obj $(RDB_O) $(MYSQL_O) $(CAPAB_O) -SRCS = actions.c base64.c botserv.c channels.c chanserv.c commands.c compat.c converter.c \ +SRCS = actions.c base64.c botserv.c channels.c chanserv.c commands.c compat.c \ config.c datafiles.c encrypt.c events.c helpserv.c hostserv.c init.c language.c list.c \ log.c mail.c main.c memory.c memoserv.c messages.c misc.c modules.c news.c nickserv.c \ operserv.c process.c send.c servers.obj sessions.c slist.c sockutil.c \ @@ -66,7 +66,6 @@ chanserv.obj: chanserv.c ..\include\services.h ..\include\pseudo.h commands.obj: commands.c ..\include\services.h ..\include\commands.h ..\include\language.h compat.obj: compat.c ..\include\services.h config.obj: config.c ..\include\services.h -converter.obj: converter.c ..\include\services.h ..\include\datafiles.h datafiles.obj: datafiles.c ..\include\services.h ..\include\datafiles.h encrypt.obj: encrypt.c ..\include\encrypt.h ..\include\sysconf.h events.obj: events.c ..\include\modules.h ..\include\language.h ..\include\version.h |