* Type.cs: corrected property IsSerializable. It should always return true for enums...
[mono.git] / mcs / class / Mono.Data.Tds / makefile.gnu
1 topdir = ../..
2
3 LIBRARY = $(topdir)/class/lib/Mono.Data.Tds.dll
4
5 LIB_LIST = list
6 LIB_FLAGS = -r corlib -r System -r System.Xml 
7
8 SOURCES_INCLUDE=*.cs
9 SOURCES_EXCLUDE=\
10         ./Test* \
11
12 export MONO_PATH_PREFIX = $(topdir)/class/lib:
13
14 include $(topdir)/class/library.make