summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-22 20:17:03 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-22 20:17:03 +0200
commit7e45233ba4435cbfd775bb252e3c3b81120f9825 (patch)
tree4688ef69a2cd8cb52efb6b7f2ba1783cc57cdcaf /src/Makefile.W32
parent288d553d5b60c84da8795000ac22df288d9becb2 (diff)
downloadcrawler-7e45233ba4435cbfd775bb252e3c3b81120f9825.tar.gz
crawler-7e45233ba4435cbfd775bb252e3c3b81120f9825.tar.bz2
completly rewrote the logger as singleton
Diffstat (limited to 'src/Makefile.W32')
-rwxr-xr-xsrc/Makefile.W323
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index 8478607..786bb09 100755
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -17,6 +17,9 @@ INCLUDE_LIBS = \
LOCAL_STATIC_LIB_OBJS = \
win32\errormsg.obj \
win32\stringutils.obj \
+ Logger.obj \
+ ConsoleLogSink.obj \
+ FileLogSink.obj \
URL.obj \
MIMEType.obj \
SpoolRewindInputStream.obj