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