[ekiga/gnome-2-26] [windows] Add ptlib and opal libraries to the installation program
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/gnome-2-26] [windows] Add ptlib and opal libraries to the installation program
- Date: Tue, 27 Apr 2010 22:06:14 +0000 (UTC)
commit 88755133147782a9ff3b7ee5449bb7b3f7fc9439
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Tue Apr 27 22:20:25 2010 +0200
[windows] Add ptlib and opal libraries to the installation program
win32/Makefile | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 2a30fbe..c994088 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -98,9 +98,9 @@ else
OPAL_DIR := $(BUILDROOT)/opal
endif
ifeq ($(DEBUG),1)
- OPAL_LIB := libopal_d_s.a
+ OPAL_LIB := libopal_d.$(OPAL_VER).dll
else
- OPAL_LIB := libopal_s.a
+ OPAL_LIB := libopal.$(OPAL_VER).dll
endif
ifeq ($(RELEASE),1)
@@ -116,9 +116,9 @@ else
PTLIB_DIR := $(BUILDROOT)/ptlib
endif
ifeq ($(DEBUG),1)
- PTLIB_LIB := libpt_d_s.a
+ PTLIB_LIB := libpt_d.$(PTLIB_VER).dll
else
- PTLIB_LIB := libpt_s.a
+ PTLIB_LIB := libpt.$(PTLIB_VER).dll
endif
OPENLDAP_VER := 2.3.28
@@ -724,6 +724,9 @@ $(TARGETDIR)/zips: binaries $(EKIGA_DIR)/src/ekiga.exe
for plugin in $(LIBDIR)/opal*/codecs/video/*; do \
install -m 755 $$plugin $(EKIGA_PREFIX)/plugins ;\
done
+ for lib in $(PTLIB_LIB) $(OPAL_LIB); do \
+ install -m 755 $(LIBDIR)/$$lib $(EKIGA_PREFIX) ;\
+ done
for lib in libexpat-1.dll liblber.dll libldap.dll libxml2-2.dll libspeex-1.dll libspeexdsp-1.dll avcodec.dll libogg-0.dll; do \
install -m 755 $(BINDIR)/$$lib $(EKIGA_PREFIX) ;\
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]