developer option to exclude sources

to compile stdlib
This commit is contained in:
Stepan Koltsov
2012-01-06 21:22:55 +04:00
parent 430b973458
commit 09d0780fe6
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -35,6 +35,7 @@
<mkdir dir="${output}/classes/stdlib"/>
<java classname="org.jetbrains.jet.cli.KotlinCompiler">
<classpath refid="classpath.kotlin"/>
<arg value="-excludeStdlib"/>
<arg value="-src"/>
<arg value="${basedir}/stdlib/ktSrc"/>
<arg value="-output"/>