Merge pull request #2721 from ludovic-henry/fix-mono_ms_ticks
[mono.git] / mcs / class / Facades / System.Threading.Tasks / Makefile
index 2358e77f0ff728f0c2700c9e65a14f03ba71a89d..deea2c66a8a2cb9ddec8ba6e75ffeb52203f6af2 100644 (file)
@@ -11,7 +11,8 @@ LIBRARY = System.Threading.Tasks.dll
 
 KEY_FILE = ../../msfinal.pub
 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
-LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Core
+LIB_REFS = System.Core
+LIB_MCS_FLAGS = $(SIGN_FLAGS) 
 
 PLATFORM_DEBUG_FLAGS =