Merge pull request #4630 from BrzVlad/feature-valloc-limit
[mono.git] / mcs / tools / sgen / Makefile
index 489175a5c55165edf53620c81078dbd2774aec1c..e7750a2c11b4b525bc791204b3f18a5404e99621 100644 (file)
@@ -2,7 +2,8 @@ thisdir = tools/sgen
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = -r:System.Xml.dll
+LOCAL_MCS_FLAGS =
+LIB_REFS = System.Xml System
 PROGRAM = sgen.exe
 
 include ../../build/executable.make