summaryrefslogtreecommitdiffstats
path: root/Makefile.mingw
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-03-02 18:26:31 +0000
committerishmal <ishmal@users.sourceforge.net>2006-03-02 18:26:31 +0000
commitea12e3a73e4c3767bd87ea633ccc60fa75abb506 (patch)
tree6c4e0dcf610e6cfca57ac5a7a25197d83f07c68e /Makefile.mingw
parentPut the '-g' back. How did this get deleted? DO NOT REMOVE! (diff)
downloadinkscape-ea12e3a73e4c3767bd87ea633ccc60fa75abb506.tar.gz
inkscape-ea12e3a73e4c3767bd87ea633ccc60fa75abb506.zip
Add stuff to separate .exe and debug info
(bzr r195)
Diffstat (limited to 'Makefile.mingw')
-rw-r--r--Makefile.mingw1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 0df1434d1..45325c28b 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -62,6 +62,7 @@ dist:
-$(RMDIR) inkscape
$(MKDIR) inkscape
$(CP) src$(S)inkscape.exe inkscape
+ $(CP) src$(S)inkscape.dbg inkscape
# $(CP) src$(S)inkview.exe inkscape
$(CP) AUTHORS inkscape
$(CP) COPYING inkscape