mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
more build prep
This commit is contained in:
+6
-6
@@ -467,7 +467,7 @@ http://www.gnu.org/software/tar/manual/html_section/transform.html
|
||||
|
||||
<exec executable="tar">
|
||||
<arg value="--directory=linux" />
|
||||
<arg value="--file=linux/processing-${version}.tgz" />
|
||||
<arg value="--file=linux/processing-${version}-linux.tgz" />
|
||||
<arg value="-cpz" />
|
||||
<arg value="processing-${version}" />
|
||||
|
||||
@@ -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
|
||||
=======================================================
|
||||
</echo>
|
||||
</target>
|
||||
@@ -572,12 +572,12 @@ http://www.gnu.org/software/tar/manual/html_section/transform.html
|
||||
excludes="java/**" />
|
||||
-->
|
||||
|
||||
<zip destfile="windows/processing-${version}.zip">
|
||||
<zip destfile="windows/processing-${version}-windows.zip">
|
||||
<zipfileset dir="windows/work"
|
||||
prefix="processing-${version}" />
|
||||
</zip>
|
||||
|
||||
<zip destfile="windows/processing-${version}-expert.zip">
|
||||
<zip destfile="windows/processing-${version}-windows-expert.zip">
|
||||
<zipfileset dir="windows/work"
|
||||
prefix="processing-${version}"
|
||||
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
|
||||
=======================================================
|
||||
</echo>
|
||||
</target>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user