diff options
| author | Adib Taraben <theadib@gmail.com> | 2006-06-24 18:44:37 +0000 |
|---|---|---|
| committer | theadib <theadib@users.sourceforge.net> | 2006-06-24 18:44:37 +0000 |
| commit | 2aa177afa97a7c610578ede61dab864913395545 (patch) | |
| tree | 95b3768cfa9b62d2b8becb70ec2ed2edbbff9841 | |
| parent | one more of declarations to make glib-2.4 work with glibmm/i18n.h (diff) | |
| download | inkscape-2aa177afa97a7c610578ede61dab864913395545.tar.gz inkscape-2aa177afa97a7c610578ede61dab864913395545.zip | |
Patch for 1504054 msvrct71.dll added to dist
(bzr r1278)
| -rw-r--r-- | Makefile.mingw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.mingw b/Makefile.mingw index 9db44e79a..35cfb4182 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -111,6 +111,7 @@ dist: generated $(CP) $(GTKDOS)$(S)bin$(S)libtiff3.dll inkscape $(CP) $(GTKDOS)$(S)bin$(S)libpng13.dll inkscape $(CP) $(GTKDOS)$(S)bin$(S)msvcr70.dll inkscape + $(CP) $(GTKDOS)$(S)bin$(S)msvcr71.dll inkscape $(CP) $(GTKDOS)$(S)bin$(S)zlib1.dll inkscape $(CP) $(GTKDOS)$(S)bin$(S)iconv.dll inkscape $(CP) $(GTKDOS)$(S)bin$(S)libintl-2.dll inkscape |
