summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-12 04:13:04 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-12 04:13:04 +0200
commit6c4ea673b387f911203b563d1d30322cc89ff9ba (patch)
tree7e1565c34096a9d3e55cc3d4e86972ed0d98845c /make
parentf71eb2af91fa164ea3d864591fda90098c652927 (diff)
downloadqpdf-6c4ea673b387f911203b563d1d30322cc89ff9ba.tar.zst
remove pdb
git-svn-id: svn+q:///qpdf/trunk@798 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'make')
-rw-r--r--make/msvc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/msvc.mk b/make/msvc.mk
index c535d1c8..b7b1d572 100644
--- a/make/msvc.mk
+++ b/make/msvc.mk
@@ -19,6 +19,9 @@ endef
CFLAGS := $(filter-out -g,$(CFLAGS))
CXXFLAGS := $(filter-out -g,$(CXXFLAGS))
+clean::
+ $(RM) *.pdb
+
# --- Required rule definitions ---
# 1 2