summaryrefslogtreecommitdiff
path: root/src/libcrawler/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-10 10:33:38 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-10 10:33:38 +0200
commita3cc8b970a24e1970275f0e8032bf6b221d3e235 (patch)
tree8f69aa22ef6abf18457db3d923fbb1feaf2c5a48 /src/libcrawler/Makefile.W32
parentdcc75cfbc4e5069038f0ec9929d1000f1630e382 (diff)
downloadcrawler-a3cc8b970a24e1970275f0e8032bf6b221d3e235.tar.gz
crawler-a3cc8b970a24e1970275f0e8032bf6b221d3e235.tar.bz2
libutil move and liblogger rename on Windows
Diffstat (limited to 'src/libcrawler/Makefile.W32')
-rwxr-xr-xsrc/libcrawler/Makefile.W326
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libcrawler/Makefile.W32 b/src/libcrawler/Makefile.W32
index 7408a4f..2d31f47 100755
--- a/src/libcrawler/Makefile.W32
+++ b/src/libcrawler/Makefile.W32
@@ -17,18 +17,14 @@ INCLUDE_DIRS = \
INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
- $(TOPDIR)\src\logger\logger.lib
+ $(TOPDIR)\src\liblogger\logger.lib
CPP_OBJS = \
- win32\errormsg.obj \
- win32\stringutils.obj \
URL.obj \
MIMEType.obj \
SpoolRewindInputStream.obj
DYNAMIC_CPP_OBJS = \
- win32\errormsg.dllobj \
- win32\stringutils.dllobj \
URL.dllobj \
MIMEType.dllobj \
SpoolRewindInputStream.dllobj