From 0780be4c782bc830606d0a0170af013e4fd85e97 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 8 Mar 2011 00:53:21 +0000 Subject: [PATCH] more build prep --- build/build.xml | 12 ++++++------ build/shared/revisions.txt | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/build/build.xml b/build/build.xml index 1607c2299..73ea9d31a 100644 --- a/build/build.xml +++ b/build/build.xml @@ -467,7 +467,7 @@ http://www.gnu.org/software/tar/manual/html_section/transform.html - + @@ -480,7 +480,7 @@ http://www.gnu.org/software/tar/manual/html_section/transform.html ======================================================= Processing for Linux was built. Grab the archive from - linux/processing-${version}.tgz + linux/processing-${version}-linux.tgz ======================================================= @@ -572,12 +572,12 @@ http://www.gnu.org/software/tar/manual/html_section/transform.html excludes="java/**" /> --> - + - + @@ -587,8 +587,8 @@ http://www.gnu.org/software/tar/manual/html_section/transform.html ======================================================= Processing for Windows was built. Grab the archive from - windows/processing-${version}.zip - windows/processing-${version}-expert.zip + windows/processing-${version}-windows.zip + windows/processing-${version}-windows-expert.zip ======================================================= diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 0762c9d1c..a8b76f5c5 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -16,6 +16,10 @@ libraries, the code folder, and so on. [ pde changes/fixes ] ++ Added support for separate 32 and 64 bit versions of libraries. + ++ Added a 64 bit version of the OpenGL library. + + Code folder oddity on application export (in SVN) http://code.google.com/p/processing/issues/detail?id=486