X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=12b27f14b08425ea15bae3ce0d3af13287c02368;hb=52e98abd6e5c6d10ddea91a529f7b1b2336e0696;hp=c322d249127837da530f6c936ee1f98df0ed6540;hpb=098f6e8aa8ead1a80b751fa34e5e049439c2f0c3;p=mono.git diff --git a/Makefile.am b/Makefile.am index c322d249127..12b27f14b08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -145,4 +145,7 @@ update-llvm-version: update-solution-files: make update-csproj make package-inputs - (cd msvc/scripts; make genproj.exe; mono genproj.exe) + (cd msvc/scripts; make genproj.exe; mono genproj.exe $(GENPROJ_ARGS)) + +update-solution-files-with-tests: + make "GENPROJ_ARGS=2012 true true" update-solution-files