From 3e47505f7ff50117d0aee441ab2a04efd1070dac Mon Sep 17 00:00:00 2001 From: jeberle Date: Tue, 6 May 2008 09:49:37 +0000 Subject: in fact superSabbus uses msil.xml, not build-ms... in fact superSabbus uses msil.xml, not build-msil.xml --- src/build/build-msil.properties.SAMPLE | 4 - src/build/build-msil.xml | 73 ++++++------ src/build/msil.properties.SAMPLE | 4 + src/build/msil.xml | 197 +++++++++++++++++++++++++++++++++ 4 files changed, 238 insertions(+), 40 deletions(-) delete mode 100644 src/build/build-msil.properties.SAMPLE create mode 100644 src/build/msil.properties.SAMPLE create mode 100644 src/build/msil.xml (limited to 'src/build') diff --git a/src/build/build-msil.properties.SAMPLE b/src/build/build-msil.properties.SAMPLE deleted file mode 100644 index e50eb8db27..0000000000 --- a/src/build/build-msil.properties.SAMPLE +++ /dev/null @@ -1,4 +0,0 @@ -unix.mono.home=/home/linuxsoft/apps/mono -win.mono.home=C:/Progra~1/Mono - -dotnet.home=C:/Windows/Micros~1.NET/Framew~1/v2.0.50727 diff --git a/src/build/build-msil.xml b/src/build/build-msil.xml index 0c07cfc342..8690ddb369 100644 --- a/src/build/build-msil.xml +++ b/src/build/build-msil.xml @@ -3,10 +3,6 @@ - - SuperSabbus extension for the MSIL library targeted for the dotnet framework. THIS FILE IS NOT STAND-ALONE AND SHOULD ONLY BE USED THROUGH ENTRY POINTS IN SUPERSABBUS. - - @@ -16,7 +12,7 @@ PROPERTIES - + @@ -24,7 +20,7 @@ PROPERTIES @@ -81,25 +77,43 @@ MSIL BUILD - + + + + + + - + + + + + + + + + + + + - - + - + @@ -128,31 +142,18 @@ MSIL BUILD - - - - - - - - - - - - - + + + + + + + + + - @@ -180,7 +181,7 @@ MSIL BUILD overwrite="yes" failonerror="no"/> - --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${ilasm.cmd} ${ilasm.infiles} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3