X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2FMakefile;h=14ad0cbd10c74283e2d25bc4cb1682d77c5dcb90;hb=bb4b0ff4fc2877a3fd5d784348368ec832fb82c7;hp=ce026ae275fd57a1ad44b124c96abf5fd35b5f6b;hpb=f777bc37a485df19a4700d5c41e9e58bdfa2ef54;p=mono.git diff --git a/mcs/build/Makefile b/mcs/build/Makefile index ce026ae275f..14ad0cbd10c 100644 --- a/mcs/build/Makefile +++ b/mcs/build/Makefile @@ -18,17 +18,18 @@ PLATFORMS = darwin linux win32 PROFILES = \ basic \ build \ - net_2_0 \ - net_3_5 \ - net_4_0 \ - net_4_5 \ - xbuild_12 + binary_reference_assemblies \ + net_4_x \ + xbuild_12 \ + xbuild_14 COMMON_SRCS = \ Consts.cs.in \ Locale.cs \ MonoTODOAttribute.cs \ - basic-profile-check.cs + basic-profile-check.cs \ + SR.cs \ + AssemblyRef.cs DISTFILES = \ README.makefiles \ @@ -40,7 +41,6 @@ DISTFILES = \ executable.make \ gensources.sh \ library.make \ - nunit-summary.xsl \ rules.make \ tests.make \ $(COMMON_SRCS:%=common/%) \