summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorIgor Zlatkovic <igor@src.gnome.org>2002-07-10 19:25:43 +0000
committerIgor Zlatkovic <igor@src.gnome.org>2002-07-10 19:25:43 +0000
commitfa7fa4f0dc58edacfa8a2b9527537769e175919e (patch)
tree7d35424028867d18f3d3d19da1a56ff3ae28e2bb /win32
parenta23a152505046d6b8dbc47c1acf85f942f555cd7 (diff)
downloadlibxslt-fa7fa4f0dc58edacfa8a2b9527537769e175919e.tar.gz
libxslt-fa7fa4f0dc58edacfa8a2b9527537769e175919e.tar.bz2
libxslt-fa7fa4f0dc58edacfa8a2b9527537769e175919e.zip
Made copy *.pdb in install succeed even if there is no *.pdb
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.msvc2
1 files changed, 1 insertions, 1 deletions
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 :-)