[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / Facades / System.ServiceModel.Primitives / Makefile
index 5391e8cdef3f0c5248adcfc1ccbfd071c0de6753..5f65e0599a30b14d256482f517c0ec7e66a5e4db 100644 (file)
@@ -11,7 +11,8 @@ LIBRARY = System.ServiceModel.Primitives.dll
 
 KEY_FILE = ../../msfinal.pub
 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
-LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.ServiceModel /r:System.Xml
+LIB_REFS = System.ServiceModel System.Xml
+LIB_MCS_FLAGS = $(SIGN_FLAGS) 
 
 PLATFORM_DEBUG_FLAGS =