Merge pull request #2698 from esdrubal/iosxmlarray
[mono.git] / mcs / tools / svcutil / Makefile
index 7d99ab47bfa28141781cd4e27107b6b84eee2e6a..cf174fe39794ccb28d2282f4c16f50d258cea44d 100644 (file)
@@ -3,9 +3,14 @@ SUBDIRS =
 include ../../build/rules.make
 
 LOCAL_MCS_FLAGS = \
+       -r:System.Core.dll \
        -r:System.Runtime.Serialization.dll \
        -r:System.ServiceModel.dll \
-       -r:System.Web.Services.dll
+       -r:System.Web.Services.dll \
+       -r:System.Configuration.dll \
+       -r:System.dll \
+       -r:System.Xml.dll
+       
 PROGRAM = svcutil.exe
 
 include ../../build/executable.make