finish unicode preproc, more working on build()

This commit is contained in:
benfry
2004-01-18 18:25:34 +00:00
parent 2eacfd19f1
commit 761aec5537
4 changed files with 122 additions and 95 deletions

View File

@@ -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