summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-05 18:51:26 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-05 18:51:26 +0200
commitdf2c44401f8dd736a903e73813e5f83fb15b36b6 (patch)
treeb845f54b2dbb3f14dab435d2640c58b7b85e7975 /src/Makefile.W32
parent43aaf39cc828f4e1cec12a944560571993fb24f7 (diff)
downloadcrawler-df2c44401f8dd736a903e73813e5f83fb15b36b6.tar.gz
crawler-df2c44401f8dd736a903e73813e5f83fb15b36b6.tar.bz2
split away util, logger, and module
made a liblogger adapted all tests
Diffstat (limited to 'src/Makefile.W32')
-rwxr-xr-xsrc/Makefile.W328
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index 7426c18..604b8c4 100755
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -1,6 +1,6 @@
TOPDIR = ..
-SUBDIRS = modules
+SUBDIRS = logger modules
!INCLUDE $(TOPDIR)\makefiles\nmake\platform.mk
@@ -18,12 +18,6 @@ INCLUDE_LIBS = \
LOCAL_STATIC_LIB_OBJS = \
win32\errormsg.obj \
win32\stringutils.obj \
- win32\syslog_win32.obj \
- Logger.obj \
- ConsoleLogSink.obj \
- FileLogSink.obj \
- SyslogLogSink.obj \
- WinDbgLogSink.obj \
URL.obj \
MIMEType.obj \
SpoolRewindInputStream.obj