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:
+4
-1
@@ -13,7 +13,10 @@
|
||||
<fail unless="core-built" message="Please build the core library first and make sure it sits in ../core/core.jar" />
|
||||
|
||||
<mkdir dir="bin" />
|
||||
<javac target="1.5" srcdir="src" destdir="bin"
|
||||
<javac target="1.5"
|
||||
srcdir="src" destdir="bin"
|
||||
encoding="UTF-8"
|
||||
includeAntRuntime="false"
|
||||
classpath="../core/core.jar; QTJava.zip" />
|
||||
</target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user