summaryrefslogtreecommitdiff
path: root/src/makefile.win32
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.win32')
-rw-r--r--src/makefile.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.win32 b/src/makefile.win32
index 09f05acbe..39799a25a 100644
--- a/src/makefile.win32
+++ b/src/makefile.win32
@@ -22,13 +22,13 @@ OBJS = actions.obj base64.obj bots.obj botserv.obj channels.obj chanserv.obj co
init.obj ircd.obj language.obj list.obj log.obj mail.obj main.obj memory.obj \
memoserv.obj messages.obj misc.obj modules.obj mod_version.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)
+ timeout.obj users.obj
SRCS = actions.c base64.c botserv.c bots.cpp channels.c chanserv.c commands.c compat.c \
config.c datafiles.c encrypt.c events.c helpserv.c hostserv.c init.c ircd.c \
language.c list.c log.c mail.c main.c memory.c memoserv.c messages.c misc.c \
modules.c mod_version.c news.c nickserv.c operserv.c process.c send.c servers.obj sessions.c \
- slist.c sockutil.c timeout.c users.c $(RDB_C) $(MYSQL_C)
+ slist.c sockutil.c timeout.c users.c
###########################################################################