14 lines
286 B
Makefile
Raw Normal View History

thisdir = class/Microsoft.CSharp
SUBDIRS =
include ../../build/rules.make
LIBRARY = Microsoft.CSharp.dll
LIB_REFS = System.Core System
LIB_MCS_FLAGS =
RESX_RESOURCE_STRING = ../../../external/corefx/src/Microsoft.CSharp/src/Resources/Strings.resx
include ../../build/library.make