Renamed jdkHeaders to altHeaders in all places where it makes sense.

This commit is contained in:
Evgeny Gerashchenko
2012-05-15 13:24:18 +04:00
parent 4ab2588cbd
commit 15f6e7403e
35 changed files with 172 additions and 175 deletions
@@ -4,8 +4,8 @@ OUT -src [String] source file or directory
OUT -classpath [String] classpath to use when compiling
OUT -includeRuntime [flag]
OUT -stdlib [String] Path to the stdlib.jar
OUT -jdkHeaders [String] Path to the kotlin-jdk-headers.jar
OUT -mode [String] Special compiler modes: stubs or jdkHeaders
OUT -altHeaders [String] Path to the alternative library headers paths
OUT -mode [String] Special compiler modes: stubs or altHeaders
OUT -output [String] output directory
OUT -module [String] module to compile
OUT -tags [flag]