Merge pull request #2802 from BrzVlad/feature-evacuation-opt2
[mono.git] / mcs / class / Facades / System.ComponentModel.Annotations / Makefile
index c3bc1f9dc53763320e10b3dd41688d3316dc5097..a4f1cc41c4d0305260e88acd5defefb4817be0e9 100644 (file)
@@ -11,7 +11,8 @@ LIBRARY = System.ComponentModel.Annotations.dll
 
 KEY_FILE = ../../msfinal.pub
 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
-LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.ComponentModel.DataAnnotations
+LIB_REFS = System.ComponentModel.DataAnnotations
+LIB_MCS_FLAGS = $(SIGN_FLAGS) 
 
 PLATFORM_DEBUG_FLAGS =