2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / Mono.CSharp.Debugger / Makefile
1 thisdir = class/Mono.CSharp.Debugger
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = Mono.CSharp.Debugger.dll
6 LIB_MCS_FLAGS = /r:$(corlib)
7 NO_TEST = yes
8
9 include ../../build/library.make