From c3b7c00d1e8a1233a741c33f5ac2e584b548a89d Mon Sep 17 00:00:00 2001 From: lorch Date: Tue, 22 Apr 2008 09:06:05 +0000 Subject: Fixed #521: MSIL should support separate compil... Fixed #521: MSIL should support separate compilation - The output directory must be specified by "-d" (default: ".") There is - a new switch -Xkeep-msil-files (default: false). This switch must be - explicitly enabled if you want to keep the generated .msil files --- build.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 3e4037e4de..1e68ea7291 100644 --- a/build.xml +++ b/build.xml @@ -1002,7 +1002,13 @@ MSIL - + + + + + + + @@ -1032,8 +1038,8 @@ MSIL - @@ -1069,7 +1075,6 @@ MSIL --> -