summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4a0e0c1)
raw | patch | inline | side by side (parent: 4a0e0c1)
author | ishmal <ishmal@users.sourceforge.net> | |
Thu, 2 Mar 2006 18:27:06 +0000 (18:27 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Thu, 2 Mar 2006 18:27:06 +0000 (18:27 +0000) |
src/Makefile.mingw | patch | blob | history |
diff --git a/src/Makefile.mingw b/src/Makefile.mingw
index b3afb5cfedb9c7ec535189bf87ae0dce58b63bf7..e3cdb784917f80698c19e58f51e366aa4fbbbd6b 100644 (file)
--- a/src/Makefile.mingw
+++ b/src/Makefile.mingw
inkscape.exe: libinkscape.a main.o winmain.o $(RES)
$(CXX) --export-dynamic -o inkscape.exe main.o winmain.o $(RES) libinkscape.a $(LIBS)
-# strip inkscape.exe
+ $(OBJCOPY) --only-keep-debug inkscape.exe inkscape.dbg
+ strip inkscape.exe
# DLL version. we need to make this work
#inkscape.exe: inkscape.dll main.o winmain.o $(RES)
inkview.exe: libinkscape.a inkview.o $(RES)
$(CXX) -o inkview.exe inkview.o $(RES) libinkscape.a $(LIBS)
-# strip inkview.exe
+ $(OBJCOPY) --only-keep-debug inkview.exe inkview.dbg
+ strip inkview.exe
# DLL version. we need to make this work
# inkview.exe: inkscape.dll inkview.o $(RES)