From: Miguel de Icaza Date: Fri, 27 May 2016 17:27:32 +0000 (-0400) Subject: Add another build step X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=e4aae0e88f001eb1c8fd050870a26ddb695b5c6e Add another build step --- diff --git a/build-libs.sh b/build-libs.sh index 17b2e16e7ee..1b339764f88 100755 --- a/build-libs.sh +++ b/build-libs.sh @@ -1,3 +1,4 @@ #!/bin/sh (cd mcs/jay; make) +(cd msvc/scripts/; make prepare.exe; mono prepare.exe `pwd`/mcs core) msbuild net_4_x.sln