Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.XML/makefile')
-rw-r--r--mcs/class/System.XML/makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/mcs/class/System.XML/makefile b/mcs/class/System.XML/makefile
new file mode 100644
index 00000000000..781ecffcbaf
--- /dev/null
+++ b/mcs/class/System.XML/makefile
@@ -0,0 +1,14 @@
+all:
+ @echo "You must use 'make windows' or 'make unix'."
+ @echo "'make unix' is broken for now."
+
+windows: make-list
+ $(CSC) /target:library /out:System.XML.dll /nowarn:1595 @list
+
+unix:
+ @echo "'make unix' is broken for now."
+
+make-list:
+ cat $$i/common.src $$i/windows.src | sed "s/^/$$i\\\\/";
+
+test: $(PLATFORM) \ No newline at end of file