mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add encoding and disable ant libs on build scripts, working to fix up
windows version
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
<mkdir dir="bin" />
|
||||
<javac target="1.5"
|
||||
srcdir="src" destdir="bin"
|
||||
encoding="UTF-8"
|
||||
includeAntRuntime="false"
|
||||
classpath="../core/core.jar; library/itext.jar" />
|
||||
</target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user