summaryrefslogtreecommitdiff
path: root/src/libutil/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-10-15 15:50:00 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-10-15 15:50:00 +0200
commitb37950fecfb3afb53942fba28e4e36d0b8753351 (patch)
tree52a51bd7b6a808ee43d4422d79d9d0aee5dde4fd /src/libutil/Makefile.W32
parent1127e07a2a6d6b3c0cbd342396e6c8af7ee54040 (diff)
downloadcrawler-b37950fecfb3afb53942fba28e4e36d0b8753351.tar.gz
crawler-b37950fecfb3afb53942fba28e4e36d0b8753351.tar.bz2
added file iteration also on Windows
Diffstat (limited to 'src/libutil/Makefile.W32')
-rwxr-xr-xsrc/libutil/Makefile.W322
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/Makefile.W32 b/src/libutil/Makefile.W32
index ec6dcdb..6d81814 100755
--- a/src/libutil/Makefile.W32
+++ b/src/libutil/Makefile.W32
@@ -20,12 +20,14 @@ CPP_OBJS = \
StringUtils.obj \
win32\errormsg.obj \
win32\stringutils.obj \
+ win32\tcharutils.obj \
FileUtils.obj
DYNAMIC_CPP_OBJS = \
StringUtils.dllobj \
win32\errormsg.dllobj \
win32\stringutils.dllobj \
+ win32\tcharutils.dllobj \
FileUtils.dllobj
STATIC_LIB = \