b3804bf09c2bebe5b149d65e76dabeab20af6e11
[mono.git] / mcs / class / Microsoft.Build.Engine / Makefile
1 thisdir = class/Microsoft.Build.Engine
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Microsoft.Build.Engine.dll
6 LIB_MCS_FLAGS = \
7         /r:$(corlib)                            \
8         /r:System.dll                           \
9         /r:System.Xml.dll                       \
10         /r:Microsoft.Build.Framework.dll        \
11         /r:Microsoft.Build.Utilities.dll
12
13 include ../../build/library.make