X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fwsdl%2FMakefile;h=293cf9d2811497344bac95184a292e9936e12289;hb=aeccd22792f34fb77c340180174f73f6c3270200;hp=a64d07dde92465405bbca9e7d7a8e8b8e72eab9c;hpb=98a86ecd4ba2d3b4631d98ac5a4abf23f4e6c3e3;p=mono.git diff --git a/mcs/tools/wsdl/Makefile b/mcs/tools/wsdl/Makefile index a64d07dde92..293cf9d2811 100644 --- a/mcs/tools/wsdl/Makefile +++ b/mcs/tools/wsdl/Makefile @@ -2,7 +2,12 @@ thisdir = tools/wsdl SUBDIRS = include ../../build/rules.make -LOCAL_MCS_FLAGS = /r:System.Xml.dll /r:System.Web.Services.dll +LOCAL_MCS_FLAGS = +LIB_REFS = System.Xml System.Web.Services System + PROGRAM = wsdl.exe +CLEAN_FILES = wsdl.exe wsdl2.exe *.mdb + include ../../build/executable.make +