mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Build script copies glsl shaders to android-core
This commit is contained in:
@@ -25,6 +25,14 @@
|
||||
bootclasspath="${env.ANDROID_SDK}/platforms/android-8/android.jar"
|
||||
srcdir="src" destdir="bin" />
|
||||
|
||||
<!-- Copy the shaders to the bin folder.
|
||||
Eclipse does this automatically. -->
|
||||
<copy todir="bin">
|
||||
<fileset dir="src">
|
||||
<include name="processing/core/*.glsl" />
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
<jar basedir="bin" destfile="../android-core.zip" />
|
||||
</target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user