From: ishmal Date: Thu, 2 Mar 2006 18:26:31 +0000 (+0000) Subject: Add stuff to separate .exe and debug info X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4a0e0c10ff2e099a0b25f6f0c2331b9e0c0ca7f8;p=inkscape.git Add stuff to separate .exe and debug info --- 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 diff --git a/Makefile.mingw.common b/Makefile.mingw.common index c849a4317..1ef2ad851 100644 --- a/Makefile.mingw.common +++ b/Makefile.mingw.common @@ -45,6 +45,7 @@ CC = i686-pc-mingw32-gcc CXX = i686-pc-mingw32-g++ AS = i686-pc-mingw32-as AR = i686-pc-mingw32-ar +OBJCOPY = i686-pc-mingw32-objcopy RANLIB = i686-pc-mingw32-ranlib WINDRES = i686-pc-mingw32-windres LD = i686-pc-mingw32-ld @@ -86,6 +87,7 @@ CC = mingw32-gcc CXX = mingw32-g++ AS = as AR = mingw32-ar +OBJCOPY = objcopy RANLIB = ranlib WINDRES = windres DLLWRAP = dllwrap