[ekiga/gnome-2-26] [windows] Strip plugins too during building
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/gnome-2-26] [windows] Strip plugins too during building
- Date: Wed, 21 Apr 2010 08:44:49 +0000 (UTC)
commit d45e1abdceb670067e121a0f9ddbcc64a70238ab
Author: Michael Rickmann <mrickma gwdg de>
Date: Wed Apr 21 10:43:58 2010 +0200
[windows] Strip plugins too during building
Thanks a lot to Michael for all his patches for windows.
win32/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 966ade6..bdaedf4 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -731,6 +731,8 @@ $(TARGETDIR)/zips: binaries $(EKIGA_DIR)/src/ekiga.exe
ifeq ($(DEBUG),0)
$(STRIP) $(EKIGA_PREFIX)/*.dll
$(STRIP) $(EKIGA_PREFIX)/*.exe
+ $(STRIP) $(EKIGA_PREFIX)/plugins/*.dll
+ $(STRIP) $(EKIGA_PREFIX)/plugins/*.exe
endif
# we cannot strip MS compiled dlls
install -m 755 $(LIBSASL2_DIR)/bin/libsasl.dll $(EKIGA_PREFIX)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]