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