[ekiga/gnome-2-26] [windows] Fix lib name when RELEASE=0



commit 3ef32b4768dda657c83d32432e8bd19e17992298
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Sun May 2 21:14:25 2010 +0200

    [windows] Fix lib name when RELEASE=0

 win32/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 7dc646f..d638b3c 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -91,6 +91,7 @@ ifeq ($(RELEASE),1)
 	OPAL_ARCHIVE := opal-$(OPAL_VER).tar.gz
 	OPAL_DIR := $(BUILDROOT)/opal-$(OPAL_VER)
 else
+	OPAL_VER := 4.6-beta8
 	# OPAL_REV: HEAD or revision number
 	OPAL_REV := HEAD
 	OPAL_URL := https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/branches/v3_6
@@ -109,6 +110,7 @@ ifeq ($(RELEASE),1)
 	PTLIB_ARCHIVE := ptlib-$(PTLIB_VER).tar.gz
 	PTLIB_DIR := $(BUILDROOT)/ptlib-$(PTLIB_VER)
 else
+	PTLIB_VER := 2.6-beta7
 	# PTLIB_REV: HEAD or revision number
 	PTLIB_REV := HEAD
 	PTLIB_URL := https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/v2_6



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]