Merge pull request #2675 from lambdageek/dev/monoerror-mono_string_intern
[mono.git] / mcs / tools / disco / Makefile
index af06eac5bac4bc50c63644cbe4c5a997e4aeaf24..d366a9da84002ac92f0898b577d911eda448270f 100644 (file)
@@ -2,7 +2,7 @@ thisdir = tools/disco
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = /r:System.Xml.dll /r:System.Web.Services.dll
+LOCAL_MCS_FLAGS = -r:System.Xml.dll -r:System.Web.Services.dll
 PROGRAM = disco.exe
 
 include ../../build/executable.make