* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / tools / mono-xmltool / Makefile
1 thisdir = tools/mono-xmltool
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = -r:System.Xml.dll -r:Commons.Xml.Relaxng.dll
6 PROGRAM = mono-xmltool.exe
7
8 include ../../build/executable.make