Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2016-05-18 17:14:17 +0300
committerMiguel de Icaza <miguel@gnome.org>2016-05-18 17:15:17 +0300
commit567628709703447f30ebee1e50043d94c2b89779 (patch)
treef8a7cb734bdc5f33dafa3e19c2407c0c84499d92 /Makefile.am
parent4c466bc3183781fd4e16e6a2f00f1782f80d0ddc (diff)
Graduate the csproj/solution to completed - you can now build with the toplevel net_4_x.sln
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d48ca3110e8..e2e1dfefa46 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -163,3 +163,7 @@ update-llvm-version:
REV=`$(LLVM_DIR)/bin/llvm-config --version` && sed -e "s,expected_llvm_version=.*,expected_llvm_version=\"$$REV\"," < configure.ac > tmp && mv tmp configure.ac && echo "Version set to $$REV."
+update-solution-files:
+ make update-csproj
+ make package-inputs
+ (cd msvc/scripts; make genproj.exe; mono genproj.exe)