From: ishmal Date: Mon, 23 Jan 2006 17:41:45 +0000 (+0000) Subject: Add enough Python files to the distribution to enable Python extensions. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fbe335134667e8ee5c3051ead63dcc1bb5cbd4da;p=inkscape.git Add enough Python files to the distribution to enable Python extensions. --- diff --git a/Makefile.mingw b/Makefile.mingw index 8adf29113..0df1434d1 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -62,7 +62,7 @@ dist: -$(RMDIR) inkscape $(MKDIR) inkscape $(CP) src$(S)inkscape.exe inkscape - $(CP) src$(S)inkview.exe inkscape +# $(CP) src$(S)inkview.exe inkscape $(CP) AUTHORS inkscape $(CP) COPYING inkscape $(CP) COPYING.LIB inkscape @@ -104,8 +104,22 @@ dist: $(CP) $(GTKDOS)$(S)bin$(S)libintl-2.dll inkscape $(CP) $(GTKDOS)$(S)bin$(S)libintl-2.dll inkscape$(S)intl.dll $(CP) $(GTKDOS)$(S)bin$(S)popt1.dll inkscape +# +# PERL +# $(CP) $(GTKDOS)$(S)perl$(S)bin$(S)perl58.dll inkscape +# +# PYTHON +# $(CP) $(GTKDOS)$(S)python$(S)python24.dll inkscape + $(MKDIR) inkscape$(S)python + $(CP) $(GTKDOS)$(S)python$(S)python.exe inkscape$(S)python + $(CPDIR) $(GTKDOS)$(S)python$(S)Lib inkscape$(S)python$(S)Lib + $(CPDIR) $(GTKDOS)$(S)python$(S)DLLs inkscape$(S)python$(S)DLLs + $(CPDIR) $(GTKDOS)$(S)python$(S)Scripts inkscape$(S)python$(S)Scripts +# +# GTK items +# $(CPDIR) $(GTKDOS)$(S)etc inkscape$(S)etc $(CP) $(GTKDOS)$(S)share$(S)themes$(S)MS-Windows$(S)gtk-2.0$(S)gtkrc inkscape$(S)etc$(S)gtk-2.0 # echo #### Inserted by Inkscape Makefile.mingw > inkscape$(S)etc$(S)gtk-2.0$(S)gtkrc