summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 98ef43e)
raw | patch | inline | side by side (parent: 98ef43e)
author | ishmal <ishmal@users.sourceforge.net> | |
Thu, 2 Mar 2006 18:26:31 +0000 (18:26 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Thu, 2 Mar 2006 18:26:31 +0000 (18:26 +0000) |
Makefile.mingw | patch | blob | history | |
Makefile.mingw.common | patch | blob | history |
diff --git a/Makefile.mingw b/Makefile.mingw
index 0df1434d11f286851dce87cd808d08299b4364e4..45325c28b2b1b992fbbbad46513981e5f5760f27 100644 (file)
--- a/Makefile.mingw
+++ b/Makefile.mingw
-$(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 c849a431770eeb476d6e655ac0f519f16f10ad83..1ef2ad8514481f656b97038286b9b180945c7502 100644 (file)
--- a/Makefile.mingw.common
+++ b/Makefile.mingw.common
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
CXX = mingw32-g++
AS = as
AR = mingw32-ar
+OBJCOPY = objcopy
RANLIB = ranlib
WINDRES = windres
DLLWRAP = dllwrap