lmi
[Top][All Lists]
Advanced

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

[lmi] Upgrading to wx-2.8.9


From: Greg Chicares
Subject: [lmi] Upgrading to wx-2.8.9
Date: Tue, 07 Oct 2008 00:00:12 +0000
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Here's a patch for the makefile we use in production.
I'll commit it after we've finished testing wx-2.8.9 .

Index: install_wx.make
===================================================================
RCS file: /sources/lmi/lmi/install_wx.make,v
retrieving revision 1.8
diff -U 3 -r1.8 install_wx.make
--- install_wx.make     21 Apr 2008 13:01:38 -0000      1.8
+++ install_wx.make     6 Oct 2008 23:57:19 -0000
@@ -25,7 +25,7 @@

 # Configurable settings 
########################################################

-wx_version    := 2.8.7
+wx_version    := 2.8.9

 mingw_dir     := /MinGW_

@@ -77,6 +77,7 @@

 wx-2.8.6-md5 := 8a130e5b25448a17454a6b957a5e075c
 wx-2.8.7-md5 := e3455083afdf6404a569a8bf0701cf13
+wx-2.8.9-md5 := b0b2d0f6915a21ca6f33896ee8f50387

 wx_archive        := wxWidgets-$(wx_version).tar.bz2

@@ -103,7 +104,7 @@

 .PHONY: all
 all: clobber $(source_archives) $(libraries)
-       [ -e $(patchset) ] && $(PATCH) --directory=$(wx_dir) --strip=1 
<$(patchset)
+       -[ -e $(patchset) ] && $(PATCH) --directory=$(wx_dir) --strip=1 
<$(patchset)
        $(MAKE) --file=$(this_makefile) --directory=$(build_dir) wx
        $(MAKE) --file=$(this_makefile) --directory=$(prefix)/bin 
portable_script





reply via email to

[Prev in Thread] Current Thread [Next in Thread]