Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[mono.git] / mcs / class / Facades / System.Runtime / Makefile
index 72ada093b090ce1aa74999a6e916efbbffc3f29f..c59de1384080e288a20a1b5f3a5368e79129067d 100644 (file)
@@ -11,7 +11,8 @@ LIBRARY = System.Runtime.dll
 
 KEY_FILE = ../../msfinal.pub
 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
-LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System /r:System.ComponentModel.Composition /r:System.Core
+LIB_REFS = System System.ComponentModel.Composition System.Core
+LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib.dll
 
 PLATFORM_DEBUG_FLAGS =