mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
changes for optionally building with rxtx instead of just javacomm
This commit is contained in:
@@ -35,7 +35,11 @@ public class PdePreprocessor {
|
||||
static final String application_imports[] = {
|
||||
"java.applet", "java.awt", "java.awt.image", "java.awt.event",
|
||||
"java.io", "java.net", "java.text", "java.util", "java.util.zip",
|
||||
#ifndef RXTX
|
||||
"javax.comm",
|
||||
#else
|
||||
"gnu.io",
|
||||
#endif
|
||||
|
||||
// if jdk14 defined, jdk13 will be as well
|
||||
#ifdef JDK13
|
||||
|
||||
Reference in New Issue
Block a user