[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / genxs / Makefile
index 21b38e8fd3c77839f1e7c09c22d5c1d03757b527..71819a2eb5248b1cdff27957f75b0c2ef0d346f8 100644 (file)
@@ -2,7 +2,8 @@ thisdir = tools/genxs
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = -r:System.Xml.dll
+LOCAL_MCS_FLAGS =
+LIB_REFS = System.Xml
 PROGRAM = genxs.exe
 
 include ../../build/executable.make