BindingFlags.Public needed here as Exception.HResult is now public in .NET 4.5. This...
[mono.git] / mcs / class / Mono.Data.Tds / Makefile
1 thisdir = class/Mono.Data.Tds
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Data.Tds.dll
6 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll /r:Mono.Security.dll
7 NO_TEST = yes
8
9 include ../../build/library.make