Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Microsoft.CSharp/Makefile')
-rw-r--r--mcs/class/Microsoft.CSharp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/Microsoft.CSharp/Makefile b/mcs/class/Microsoft.CSharp/Makefile
index 1b89893cb9d..35c1b117ee0 100644
--- a/mcs/class/Microsoft.CSharp/Makefile
+++ b/mcs/class/Microsoft.CSharp/Makefile
@@ -4,6 +4,7 @@ include ../../build/rules.make
LIBRARY = Microsoft.CSharp.dll
+LIB_REFS = System.Core Mono.CSharp
LIB_MCS_FLAGS = -r:System.Core.dll -r:Mono.CSharp.dll
include ../../build/library.make