more tcp channel code, renamed soap namespace to Soap
[mono.git] / mcs / class / corlib / makefile.gnu
1 topdir = ../..
2
3 LIBRARY = ../lib/corlib.dll
4
5 LIB_LIST = unix.args
6 LIB_FLAGS = --unsafe --nostdlib
7
8 SOURCES_INCLUDE=*.cs
9 SOURCES_EXCLUDE=\
10         ./Test* \
11         ./System.Security.Permissions/SecurityPermissionAttribute.cs    \
12         ./System.PAL/*.cs       \
13         ./Windows/*.cs
14
15 include ../library.make