properties added
[mono.git] / mcs / class / System.Drawing / makefile.gnu
1 topdir = ../..
2
3 LIBRARY = $(topdir)/class/lib/System.Drawing.dll
4
5 LIB_LIST = list.unix
6 # to use JPEG decoder add -r ./cdeclRedirector/cdeclCallback.dll 
7 # and remove -define:DECLARE_CDECL_DELEGATES
8 # cdeclCallback.dll should be manually copied to library folder
9 LIB_FLAGS = --unsafe -r corlib -r System -define:DECLARE_CDECL_DELEGATES
10
11 SOURCES_INCLUDE=*.cs
12 SOURCES_EXCLUDE=./Test*
13
14 export MONO_PATH_PREFIX = $(topdir)/class/lib:
15
16 include $(topdir)/class/library.make