Merge pull request #4434 from BrzVlad/fix-unload-hang
[mono.git] / mcs / class / Microsoft.CSharp / Makefile
1 thisdir = class/Microsoft.CSharp
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Microsoft.CSharp.dll
6
7 LIB_REFS = System.Core System
8 LIB_MCS_FLAGS =
9
10 RESX_RESOURCE_STRING = ../../../external/corefx/src/Microsoft.CSharp/src/Resources/Strings.resx
11
12 include ../../build/library.make
13