[asp.net] Do not duplicate assembly references passed to mcs
[mono.git] / mcs / class / Mono.CSharp / Makefile
1 thisdir = class/Mono.CSharp
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.CSharp.dll
6
7 LIB_MCS_FLAGS = -r:System.Core.dll -r:System.Xml -r:System
8
9 include ../../build/library.make
10