From 82c2b858633c9992ce7560a0b21f37329904a300 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 20 May 2010 15:53:17 +0200 Subject: got to first error message on Windows (library loader) --- src/Makefile.W32 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/Makefile.W32') diff --git a/src/Makefile.W32 b/src/Makefile.W32 index d0f7a99..d606df9 100644 --- a/src/Makefile.W32 +++ b/src/Makefile.W32 @@ -29,11 +29,16 @@ LOG_OBJS = \ SERVICE_OBJS = \ service\service.obj +LIBRARY_OBJS = \ + library\loader.obj + OBJS = \ + errors.obj \ $(THREADING_OBJS) \ $(PORT_OBJS) \ $(LOG_OBJS) \ - $(SERVICE_OBJS) + $(SERVICE_OBJS) \ + $(LIBRARY_OBJS) local_all: $(LIBRARIES) -- cgit v1.2.3-54-g00ecf