[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / Microsoft.CSharp / Makefile
blobae919ca94fb481c00652d29fbe67de1180ee268a
1 thisdir = class/Microsoft.CSharp
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Microsoft.CSharp.dll
7 LIB_REFS = System.Core Mono.CSharp
8 LIB_MCS_FLAGS =
10 include ../../build/library.make