summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-01-03 19:14:54 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-01-03 19:14:54 +0000
commita931a10144eba135c9805eeae5aa5c64507da516 (patch)
tree3c4a75d51f69108c3d22db8c0b66a6fa75145b6e /test
parenta30b03e0f103fee09e01cfdf194ff95c01c80c54 (diff)
downloadlibapr-a931a10144eba135c9805eeae5aa5c64507da516.tar.gz
More VC dirt to sweep up after.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64267 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.win b/test/Makefile.win
index f2626da5c..f1ff00190 100644
--- a/test/Makefile.win
+++ b/test/Makefile.win
@@ -36,7 +36,7 @@ INCLUDES=/I "$(INCDIR)"
all: $(TARGETS)
clean:
- -del $(CLEAN_TARGETS) $(PROGRAMS) *.obj 2>NUL
+ -del $(CLEAN_TARGETS) $(PROGRAMS) *.obj *.pdb *.ilk 2>NUL
.c.obj:
cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS /DAPR_DECLARE_STATIC $(INCLUDES) $<