summaryrefslogtreecommitdiff
path: root/src/libcrawler/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-06 22:24:35 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-06 22:24:35 +0200
commit77bf153e1fa69fa151f32aedd400d5b51220b701 (patch)
tree63bed8bf26f64ae2012998c1095a57f0bbcd6de8 /src/libcrawler/Makefile.W32
parent13fc9a7da5111f4ddba942d3c6b6b8654ce395d6 (diff)
downloadcrawler-77bf153e1fa69fa151f32aedd400d5b51220b701.tar.gz
crawler-77bf153e1fa69fa151f32aedd400d5b51220b701.tar.bz2
works on Windows, after all the moved
Diffstat (limited to 'src/libcrawler/Makefile.W32')
-rwxr-xr-xsrc/libcrawler/Makefile.W322
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcrawler/Makefile.W32 b/src/libcrawler/Makefile.W32
index ab18d2c..9a734ce 100755
--- a/src/libcrawler/Makefile.W32
+++ b/src/libcrawler/Makefile.W32
@@ -38,7 +38,7 @@ local_all: $(DYNAMIC_LIB)
local_clean:
@-erase $(DYNAMIC_LIB) 2>NUL
- @-erase win32\*.obj 2>NUL
+ @-erase win32\*.obj win32\*.dllobj 2>NUL
local_distclean: