|
From: <pst...@us...> - 2008-09-01 23:34:44
|
Revision: 609
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=609&view=rev
Author: pstieber
Date: 2008-09-01 23:34:40 +0000 (Mon, 01 Sep 2008)
Log Message:
-----------
Updated the wxWidgets version to 2.8.8.
Modified Paths:
--------------
web/htdocs/buildingjazz/index.php
web/htdocs/buildingwx/index.php
web/htdocs/download/index.php
web/htdocs/index.php
Modified: web/htdocs/buildingjazz/index.php
===================================================================
--- web/htdocs/buildingjazz/index.php 2008-09-01 22:28:55 UTC (rev 608)
+++ web/htdocs/buildingjazz/index.php 2008-09-01 23:34:40 UTC (rev 609)
@@ -59,7 +59,7 @@
found on this web site, you should set this environment variable to
<TT>C:\ExternalPackages</TT>. The project settings rely on the wxWidgets
subdirectories following the naming convention suggested in the wxWidgets build
-instructions (wxMSW-2.8.7-VC8 for Visual Studio .NET 2005 and wxMSW-2.8.7-VC9
+instructions (wxMSW-2.8.8-VC8 for Visual Studio .NET 2005 and wxMSW-2.8.8-VC9
for Visual Studio .NET 2008).
</P>
Modified: web/htdocs/buildingwx/index.php
===================================================================
--- web/htdocs/buildingwx/index.php 2008-09-01 22:28:55 UTC (rev 608)
+++ web/htdocs/buildingwx/index.php 2008-09-01 23:34:40 UTC (rev 609)
@@ -37,34 +37,34 @@
<OL>
<LI>
Download
-<A NAME="wxMSW-2.8.7.zip-Download"
-HREF="http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.8.7.zip">
-<TT>wxMSW-2.8.7.zip</TT></A> from the wxWidgets web site.
+<A NAME="wxMSW-2.8.8.zip-Download"
+HREF="http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.8.8.zip">
+<TT>wxMSW-2.8.8.zip</TT></A> from the wxWidgets web site.
</LI>
<LI>
Extract the zip file to <TT>C:\ExternalPackages</TT>. Extracting creates a
-<TT>wxMSW-2.8.7</TT> directory directly under <TT>C:\ExternalPackages</TT>.
+<TT>wxMSW-2.8.8</TT> directory directly under <TT>C:\ExternalPackages</TT>.
</LI>
<LI>
Change the name of the top-level wxWidgets directory to
-<TT>wxMSW-2.8.7-VC8</TT> so other versions of wxWidgets can be built with
+<TT>wxMSW-2.8.8-VC8</TT> so other versions of wxWidgets can be built with
other compilers in parallel with this directory.
</LI>
<LI>
If you would like wxWidgets help files in compiled HTML format (*.chm),
-download <TT>wxWidgets-2.8.7-CHM.zip</TT> from the wxWidgets web site, and
-extract the zip file to <TT>C:\ExternalPackages\wxMSW-2.8.7-VC8</TT>. This
+download <TT>wxWidgets-2.8.8-CHM.zip</TT> from the wxWidgets web site, and
+extract the zip file to <TT>C:\ExternalPackages\wxMSW-2.8.8-VC8</TT>. This
installs the compiled HTML help files for wxWidgets and tex2rtf.
</LI>
<LI>
If you would like wxWidgets help files in HTML format, download
-<TT>wxWidgets-2.8.7-HTML.zip</TT> from the wxWidgets web site, and extract the
-zip file to <TT>C:\ExternalPackages\wxMSW-2.8.7-VC8</TT>. This installs the
+<TT>wxWidgets-2.8.8-HTML.zip</TT> from the wxWidgets web site, and extract the
+zip file to <TT>C:\ExternalPackages\wxMSW-2.8.8-VC8</TT>. This installs the
HTML help files for wxWidgets and tex2rtf.
</LI>
<LI>
Make the following changes to
-<TT>C:\ExternalPackages\wxMSW-2.8.7-VC8\include\wx\msw\setup.h</TT>:
+<TT>C:\ExternalPackages\wxMSW-2.8.8-VC8\include\wx\msw\setup.h</TT>:
<P>
@@ -118,7 +118,7 @@
for other projects.
</LI>
<LI>
-Edit <TT>C:\ExternalPackages\wxMSW-2.8.7-VC8\include\wx\msw\wx.rc</TT> and
+Edit <TT>C:\ExternalPackages\wxMSW-2.8.8-VC8\include\wx\msw\wx.rc</TT> and
comment out the following line.
<PRE>
@@ -135,7 +135,7 @@
are installed and ready to run.
</LI>
<LI>
-Change directory to <TT>C:\ExternalPackages\wxMSW-2.8.7-VC8\build\msw</TT>.
+Change directory to <TT>C:\ExternalPackages\wxMSW-2.8.8-VC8\build\msw</TT>.
</LI>
<LI>
Build the debug static version of the wxWidgets libraries by typing:
@@ -154,11 +154,11 @@
</LI>
<LI>To conserve disk space, remove the build directories (<TT>vc_msw</TT> and
-<TT>vc_mswd</TT>) under <TT>c:\ExternalPackages\wxMSW-2.8.7-VC8\build\msw</TT>.
+<TT>vc_mswd</TT>) under <TT>c:\ExternalPackages\wxMSW-2.8.8-VC8\build\msw</TT>.
</LI>
<LI>
Change directory to
-<TT>C:\ExternalPackages\wxMSW-2.8.7-VC8\utils\tex2rtf\src</TT>.
+<TT>C:\ExternalPackages\wxMSW-2.8.8-VC8\utils\tex2rtf\src</TT>.
</LI>
<LI>
Build the release static version of tex2rtf by typing:
@@ -169,16 +169,16 @@
</LI>
<LI>
Create a directory for the tex2rtf binaries under the wxWidgets
-distribution (<TT>c:\ExternalPackages\wxMSW-2.8.7-VC8\bin</TT>).
+distribution (<TT>c:\ExternalPackages\wxMSW-2.8.8-VC8\bin</TT>).
</LI>
<LI>
Move the tex2rtf binaries from
-<TT>c:\ExternalPackages\wxMSW-2.8.7-VC8\utils\tex2rtf\src\vc_msw</TT> to
-<TT>c:\ExternalPackages\wxMSW-2.8.7-VC8\bin</TT>.
+<TT>c:\ExternalPackages\wxMSW-2.8.8-VC8\utils\tex2rtf\src\vc_msw</TT> to
+<TT>c:\ExternalPackages\wxMSW-2.8.8-VC8\bin</TT>.
</LI>
<LI>
To conserve disk space, remove the build directory (vc_msw) under
-<TT>c:\ExternalPackages\wxMSW-2.8.7-VC8\utils\tex2rtf\src</TT>.
+<TT>c:\ExternalPackages\wxMSW-2.8.8-VC8\utils\tex2rtf\src</TT>.
</LI>
</OL>
@@ -295,14 +295,14 @@
<LI>
Download
-<A NAME="wxMac-2.8.7.tar.gz"
-HREF="http://prdownloads.sourceforge.net/wxwindows/wxMac-2.8.7.tar.gz">
-<TT>wxMac-2.8.7.tar.gz</TT></A> from the wxWidgets web site and extract this
+<A NAME="wxMac-2.8.8.tar.gz"
+HREF="http://prdownloads.sourceforge.net/wxwindows/wxMac-2.8.8.tar.gz">
+<TT>wxMac-2.8.8.tar.gz</TT></A> from the wxWidgets web site and extract this
file under your <TT>OutsideSource</TT> directory.
</LI>
<LI> Create a directory called <TT>WxBuild</TT> in parallel with the
-<TT>wxMac-2.8.7</TT> directory and change directory to that location.
+<TT>wxMac-2.8.8</TT> directory and change directory to that location.
<PRE>
mkdir WxBuild
Modified: web/htdocs/download/index.php
===================================================================
--- web/htdocs/download/index.php 2008-09-01 22:28:55 UTC (rev 608)
+++ web/htdocs/download/index.php 2008-09-01 23:34:40 UTC (rev 609)
@@ -38,7 +38,7 @@
<P>
If you still want to just give the currently available 'minimal functionality'
source tarball a try, you will first need to compile and install a non-stock
-build of wxWidgets 2.8.7 to build Jazz++ itself. View the
+build of wxWidgets 2.8.8 to build Jazz++ itself. View the
<a href="/buildingwx/">Building wxWidgets</a> page for details.
</P>
<P>
Modified: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php 2008-09-01 22:28:55 UTC (rev 608)
+++ web/htdocs/index.php 2008-09-01 23:34:40 UTC (rev 609)
@@ -35,7 +35,7 @@
only stable MIDI sequencer that runs under both Windows and Linux, we have gone
ahead and forked the source code that was available at http://www.jazzware.com/
(the old Jazzware site) and are in the process of porting it to wxWidgets
-2.8.7. In the process, we'll also be fixing numerous other problems that exist
+2.8.8. In the process, we'll also be fixing numerous other problems that exist
in the code and hopefully find a way to get it to run for Mac OS X as well.
</p>
<p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|