JS backend: kotlin_lib_compiled -> stdlib.

This commit is contained in:
Zalim Bashorov
2014-10-04 17:40:28 +04:00
parent eec4bc7e04
commit b5ee5877ce
5 changed files with 23 additions and 9 deletions
+7 -2
View File
@@ -218,7 +218,9 @@
</target>
<target name="jslib">
<kotlin2js output="${basedir}/js/js.translator/testData/kotlin_lib_compiled.js" main="noCall">
<property name="compiled.stdlib.js" value="stdlib.js" />
<kotlin2js output="${output}/${compiled.stdlib.js}" main="noCall">
<src>
<resources refid="js.lib.files" />
</src>
@@ -253,7 +255,10 @@
<file name="kotlin_lib.js"/>
<file name="maps.js"/>
<file name="long.js"/>
<file name="kotlin_lib_compiled.js"/>
</sources>
<sources dir="${output}">
<file name="${compiled.stdlib.js}"/>
</sources>
<externs dir="${basedir}/js/js.translator/testData">