966bba02bb
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
14 lines
286 B
Makefile
14 lines
286 B
Makefile
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
|
|
|