Added -annotations command-line parameter.

This commit is contained in:
Evgeny Gerashchenko
2012-06-27 23:14:15 +04:00
parent f11ecdc07b
commit 206628da82
2 changed files with 4 additions and 0 deletions
@@ -48,6 +48,9 @@ public class K2JVMCompilerArguments extends CompilerArguments {
@Argument(value = "classpath", description = "classpath to use when compiling")
public String classpath;
@Argument(value = "annotations", description = "paths to external annotations")
public String annotations;
@Argument(value = "includeRuntime", description = "include Kotlin runtime in to resulting jar")
public boolean includeRuntime;
+1
View File
@@ -2,6 +2,7 @@ Usage: org.jetbrains.jet.cli.jvm.K2JVMCompilerArguments
-jar [String] jar file name
-src [String] source file or directory
-classpath [String] classpath to use when compiling
-annotations [String] paths to external annotations
-includeRuntime [flag]
-stdlib [String] Path to the stdlib.jar
-jdkHeaders [String] Path to the kotlin-jdk-headers.jar