[gnumeric] compilation: use configured windres and strip.
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] compilation: use configured windres and strip.
- Date: Sat, 5 Dec 2009 14:28:49 +0000 (UTC)
commit 1815eba169776a0d5939b59fff702b46cb4a691b
Author: Morten Welinder <terra gnome org>
Date: Sat Dec 5 09:28:29 2009 -0500
compilation: use configured windres and strip.
tools/win32/patches/zlib.patch | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/win32/patches/zlib.patch b/tools/win32/patches/zlib.patch
index eaee22d..9d29024 100644
--- a/tools/win32/patches/zlib.patch
+++ b/tools/win32/patches/zlib.patch
@@ -60,7 +60,7 @@ diff -cNr win32/Makefile.gcc win32/Makefile.gcc
AR = ar
ARFLAGS = rcs
-! RC =i586-mingw32msvc-windres
+! RC = $(WINDRES)
RCFLAGS = --define GCC_WINDRES
+ #DLLWRAP = dllwrap
@@ -105,7 +105,7 @@ diff -cNr win32/Makefile.gcc win32/Makefile.gcc
! $(SHAREDLIB) $(IMPLIB): win32/zlib.def $(OBJS) $(OBJA) zlibrc.o
! $(CC) -shared -o $@ $(OBJS) $(OBJA) zlibrc.o
! $(DLLTOOL) --def win32/zlib.def --dllname $(SHAREDLIB) --output-lib $(IMPLIB)
-! i586-mingw32msvc-strip $(SHAREDLIB)
+! $(STRIP) $(SHAREDLIB)
example: example.o $(STATICLIB)
$(LD) $(LDFLAGS) -o $@ example.o $(STATICLIB)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]