|
@@ -41,12 +41,6 @@ import org.apache.tools.ant.types.DirectoryScanner; |
|
|
public class Ilasm |
|
|
public class Ilasm |
|
|
extends MatchingTask |
|
|
extends MatchingTask |
|
|
{ |
|
|
{ |
|
|
/** |
|
|
|
|
|
* name of the executable. the .exe suffix is deliberately not included in |
|
|
|
|
|
* anticipation of the unix version |
|
|
|
|
|
*/ |
|
|
|
|
|
private final static String EXE_NAME = "ilasm"; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* what is the file extension we search on? |
|
|
* what is the file extension we search on? |
|
|
*/ |
|
|
*/ |
|
|