3d3f647bc3c54b77ac49c284fef7d49601300748
[mono.git] / mcs / tools / nunitreport / Makefile
1 thisdir = tools/nunitreport
2 SUBDIRS = 
3 NO_INSTALL = 1
4 include ../../build/rules.make
5
6 LOCAL_MCS_FLAGS =
7 LIB_REFS = System.Xml
8
9 EXTRA_DISTFILES = \
10         Media/*.png             \
11         Media/scripts.js        \
12         Media/style.css
13
14 PROGRAM = nunitreport.exe
15
16 include ../../build/executable.make
17