summaryrefslogtreecommitdiff
path: root/test/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2003-01-03 19:14:54 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2003-01-03 19:14:54 +0000
commit8c53e1570c77872a4f70a47db222abc689961e57 (patch)
tree3c4a75d51f69108c3d22db8c0b66a6fa75145b6e /test/Makefile.win
parent0462da5b51e9fae1928314b600b7469dff89ceb6 (diff)
downloadapr-8c53e1570c77872a4f70a47db222abc689961e57.tar.gz
More VC dirt to sweep up after.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64267 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.win')
-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) $<