gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 565ed40)
raw | patch | inline | side by side (parent: 565ed40)
author | Doni Pracner <quinnuendo@gmail.com> | |
Thu, 13 Mar 2014 19:22:18 +0000 (20:22 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Thu, 13 Mar 2014 19:22:18 +0000 (20:22 +0100) |
com/quemaster/ant/m2/m2compile.java | patch | blob | history |
index 5ba7a9eb0c84544db735fc7db9f48de13d90ff56..32063347736790321a0a596197bc1390413c147d 100644 (file)
import java.io.*;
+/**
+ m2compile is an Ant Task that executes a Modula 2 compiler on the give
+ module in the given dir. Currently it just assumes that the Native
+ XDS Modula 2 compiler "xc" is in the PATH, and if the OS is not
+ in the Windows family uses "wine" to execute it.
+ */
public class m2compile extends Task {
private String module="program";
private File dir=null;