Added copy *.pdb to install, few have asked for this.

This commit is contained in:
Igor Zlatkovic 2002-07-10 19:22:22 +00:00
parent 782afdaf4a
commit c3b604e23a

View File

@ -178,6 +178,7 @@ install : all
copy $(BINDIR)\$(XML_A) $(LIBPREFIX)
copy $(BINDIR)\$(XML_IMP) $(LIBPREFIX)
copy $(BINDIR)\*.exe $(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 :-)