< prev index next >

make/common/JavaCompilation.gmk

Print this page

        

*** 44,54 **** # # Parameter 1 is the name of the compiler definition. This name needs to be # passed to SetupJavaCompilation. This name is used as variable prefix. # # Remaining parameters are named arguments. These include: ! # JVM:=The jvm used to run the javac/javah command # JAVAC:=The javac jar and bootstrap classpath changes, or just bin/javac if JVM is left out # FLAGS:=Flags to be supplied to javac # SERVER_DIR:=Use a javac server (-XDserver) and store the server related files here # SERVER_JVM:=Use this JVM for the server. Defaults to the JVM above. # DISABLE_SJAVAC:=Set to true if this setup does not support sjavac --- 44,54 ---- # # Parameter 1 is the name of the compiler definition. This name needs to be # passed to SetupJavaCompilation. This name is used as variable prefix. # # Remaining parameters are named arguments. These include: ! # JVM:=The jvm used to run the javac command # JAVAC:=The javac jar and bootstrap classpath changes, or just bin/javac if JVM is left out # FLAGS:=Flags to be supplied to javac # SERVER_DIR:=Use a javac server (-XDserver) and store the server related files here # SERVER_JVM:=Use this JVM for the server. Defaults to the JVM above. # DISABLE_SJAVAC:=Set to true if this setup does not support sjavac
< prev index next >