From fa7fa4f0dc58edacfa8a2b9527537769e175919e Mon Sep 17 00:00:00 2001 From: Igor Zlatkovic Date: Wed, 10 Jul 2002 19:25:43 +0000 Subject: Made copy *.pdb in install succeed even if there is no *.pdb --- win32/Makefile.msvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc index 06deaec8..4ceb492a 100644 --- a/win32/Makefile.msvc +++ b/win32/Makefile.msvc @@ -162,7 +162,7 @@ install : all copy $(BINDIR)\$(EXSLT_A) $(LIBPREFIX) copy $(BINDIR)\$(EXSLT_IMP) $(LIBPREFIX) copy $(BINDIR)\*.exe $(BINPREFIX) - copy $(BINDIR)\*.pdb $(BINPREFIX) + -copy $(BINDIR)\*.pdb $(BINPREFIX) # This is a target for me, to make a binary distribution. Not for the public use, # keep your hands off :-) -- cgit v1.2.3