2014-08-13 10:39:27 +01:00
|
|
|
thisdir = tools/nunitreport
|
|
|
|
SUBDIRS =
|
|
|
|
NO_INSTALL = 1
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
LOCAL_MCS_FLAGS =
|
|
|
|
LIB_REFS = System.Xml
|
|
|
|
|
2014-08-13 10:39:27 +01:00
|
|
|
EXTRA_DISTFILES = \
|
|
|
|
Media/*.png \
|
|
|
|
Media/scripts.js \
|
|
|
|
Media/style.css
|
|
|
|
|
|
|
|
PROGRAM = nunitreport.exe
|
|
|
|
|
|
|
|
include ../../build/executable.make
|
|
|
|
|