mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 09:09:26 +01:00
finish unicode preproc, more working on build()
This commit is contained in:
@@ -72,13 +72,11 @@ public class PdeCompiler implements PdeMessageConsumer {
|
||||
// used when run without a vm ("expert" mode)
|
||||
"-bootclasspath",
|
||||
calcBootClassPath(),
|
||||
//System.getProperty("sun.boot.class.path") + additional,
|
||||
|
||||
// needed for macosx so that the classpath is set properly
|
||||
// also for windows because qtjava will most likely be here
|
||||
// and for linux, it just doesn't hurt
|
||||
"-classpath",
|
||||
//System.getProperty("java.class.path"),
|
||||
calcClassPath(includeFolder),
|
||||
|
||||
"-nowarn", // we're not currently interested in warnings
|
||||
|
||||
Reference in New Issue
Block a user