summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2008-05-21 12:43:24 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2008-05-21 12:43:24 +0000
commiteea19e9670b45a3bebfbb1ffa742172f6320b95f (patch)
tree623e651fbccf6645702213e19645f32b2372be96
parentf9340a7c068db439d14c5039355f9f3f60ccd49d (diff)
downloadscala-eea19e9670b45a3bebfbb1ffa742172f6320b95f.tar.gz
scala-eea19e9670b45a3bebfbb1ffa742172f6320b95f.tar.bz2
scala-eea19e9670b45a3bebfbb1ffa742172f6320b95f.zip
making the ilasm command verbose to see what's ...
making the ilasm command verbose to see what's going on. the msil nightly build is broken, predef.dll is not generated.
-rw-r--r--src/build/msil.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/msil.xml b/src/build/msil.xml
index 3040870ad5..825c890b0b 100644
--- a/src/build/msil.xml
+++ b/src/build/msil.xml
@@ -164,7 +164,8 @@ PACKED MSIL BUILD (MSIL-PACK)
<!-- spawn="true" will prevent the ilasm command from printing anything to
the console. remove for debugging -->
<exec executable="${ilasm.cmd}"
- vmlauncher="no" spawn="true">
+ vmlauncher="no">
+ <!-- spawn="true" -->
<arg line="${ilasm.args}${msil-pack-lib.file} ${ilasm.infiles}"/>
</exec>
</target>