mirror of
https://github.com/processing/processing4.git
synced 2026-05-05 10:25:38 +02:00
add encoding and disable ant libs on build scripts, working to fix up
windows version
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
<preproc dir="${basedir}/src/processing/core" />
|
||||
|
||||
<mkdir dir="bin" />
|
||||
<javac target="1.5" srcdir="src" destdir="bin"/>
|
||||
<javac target="1.5"
|
||||
encoding="UTF-8"
|
||||
includeAntRuntime="false"
|
||||
srcdir="src" destdir="bin"/>
|
||||
</target>
|
||||
|
||||
<target name="build" depends="compile" description="Build core library">
|
||||
|
||||
Reference in New Issue
Block a user