2002-10-26 Piers Haken <piersh@friskit.com>
[mono.git] / mcs / class / Mono.PEToolkit / makefile.gnu
1 topdir = ../..
2
3 LIBRARY = $(topdir)/class/lib/Mono.PEToolkit.dll
4
5 LIB_LIST = list.unix
6 LIB_FLAGS = --unsafe -r corlib -r System.Xml -r mscorlib
7
8 SOURCES_INCLUDE=
9 SOURCES_EXCLUDE=
10
11 export MONO_PATH_PREFIX = $(topdir)/class/lib:
12
13 include $(topdir)/class/library.make