X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=12b27f14b08425ea15bae3ce0d3af13287c02368;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=c322d249127837da530f6c936ee1f98df0ed6540;hpb=bc83d048ba196d3671aa2306c1f3f495936bc08b;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