diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-06-27 04:59:36 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-06-27 04:59:36 +0000 |
| commit | 388330123b535679052385f013b06ee283b74747 (patch) | |
| tree | 7bdf0632066d26d4c77d3067d86bb2ec25428af0 | |
| parent | Add a launcher script (diff) | |
| download | inkscape-388330123b535679052385f013b06ee283b74747.tar.gz inkscape-388330123b535679052385f013b06ee283b74747.zip | |
Copy inkscape.bat to distro
(bzr r1306)
| -rw-r--r-- | Makefile.mingw | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.mingw b/Makefile.mingw index 35cfb4182..81d7491d6 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -30,7 +30,7 @@ $(GTKDOS)$(S)bin$(S)intl.dll: dist-strip: dist strip inkscape$(S)inkscape.exe - strip inkscape$(S)inkview.exe +# strip inkscape$(S)inkview.exe strip inkscape$(S)libatkmm-1.6-1.dll strip inkscape$(S)libglibmm-2.4-1.dll strip inkscape$(S)libgdkmm-2.4-1.dll @@ -73,8 +73,8 @@ dist: generated $(MKDIR) inkscape $(CP) src$(S)inkscape.exe inkscape $(CP) src$(S)inkscape.dbg inkscape - $(CP) src$(S)inkview.exe inkscape - $(CP) src$(S)inkview.dbg inkscape +# $(CP) src$(S)inkview.exe inkscape +# $(CP) src$(S)inkview.dbg inkscape $(CP) AUTHORS inkscape $(CP) COPYING inkscape $(CP) COPYING.LIB inkscape @@ -157,6 +157,7 @@ dist: generated $(MKDIR) inkscape$(S)plugins -$(CP) src$(S)extension$(S)plugin$(S)*.dll inkscape$(S)plugins $(CP) $(GTKDOS)$(S)bin$(S)gdb.exe inkscape + $(CP) packaging$(S)win32$(S)inkscape.bat inkscape # # remove unneeded files # |
