X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fxbuild%2FMakefile;h=db9ee299bfb17bb1b8b870c1dbc675042c571016;hb=0a37a4221a9c49af4a9bcea98c53b510c1d60b21;hp=bdaa8e0d33c06364490ab4891b6f5901fcfb119d;hpb=07ec1253c277856bdbb74213e2defc8ed23cf8e3;p=mono.git diff --git a/mcs/tools/xbuild/Makefile b/mcs/tools/xbuild/Makefile index bdaa8e0d33c..db9ee299bfb 100644 --- a/mcs/tools/xbuild/Makefile +++ b/mcs/tools/xbuild/Makefile @@ -9,16 +9,15 @@ include ../../build/executable.make install-local: install-extras -EXTRAS_DIR = $(mono_libdir)/mono/xbuild +EXTRAS_DIR = $(mono_libdir)/mono/2.0 install-extras: $(MKINSTALLDIRS) $(DESTDIR)$(EXTRAS_DIR) $(INSTALL_DATA) xbuild/xbuild.rsp $(DESTDIR)$(EXTRAS_DIR) $(INSTALL_DATA) xbuild/Microsoft.Common.tasks $(DESTDIR)$(EXTRAS_DIR) $(INSTALL_DATA) xbuild/Microsoft.Build.xsd $(DESTDIR)$(EXTRAS_DIR) + $(INSTALL_DATA) xbuild/Microsoft.Common.targets $(DESTDIR)$(EXTRAS_DIR) $(INSTALL_DATA) xbuild/Microsoft.CSharp.targets $(DESTDIR)$(EXTRAS_DIR) -# cp xbuild/Microsoft.CSharp.targets xbuild/Microsoft.CSharp.Targets -# $(INSTALL_DATA) xbuild/Microsoft.CSharp.Targets $(DESTDIR)$(EXTRAS_DIR) - + $(INSTALL_DATA) xbuild/Microsoft.VisualBasic.targets $(DESTDIR)$(EXTRAS_DIR) $(MKINSTALLDIRS) $(DESTDIR)$(EXTRAS_DIR)/MSBuild $(INSTALL_DATA) xbuild/MSBuild/Microsoft.Build.CommonTypes.xsd $(DESTDIR)$(EXTRAS_DIR)/MSBuild $(INSTALL_DATA) xbuild/MSBuild/Microsoft.Build.Core.xsd $(DESTDIR)$(EXTRAS_DIR)/MSBuild @@ -28,5 +27,7 @@ EXTRA_DISTFILES = \ xbuild/Microsoft.Common.tasks \ xbuild/Microsoft.Build.xsd \ xbuild/Microsoft.CSharp.targets \ + xbuild/Microsoft.Common.targets \ xbuild/MSBuild/Microsoft.Build.CommonTypes.xsd \ - xbuild/MSBuild/Microsoft.Build.Core.xsd + xbuild/MSBuild/Microsoft.Build.Core.xsd \ + xbuild/Microsoft.VisualBasic.targets