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
path: root/msvc
diff options
context:
space:
mode:
authorJohan Lorensson <lateralusx.github@gmail.com>2019-10-09 11:06:09 +0300
committerGitHub <noreply@github.com>2019-10-09 11:06:09 +0300
commit7fad4a12e223bb3fc89ae75d448b93ecabc825f0 (patch)
tree12d0cdd7cb11af4dab74bc2b8d81f88f4be6d2c8 /msvc
parent12ff246297a01ebf9cd36460d8b12cd3933fe8f3 (diff)
Running --enable-msvc-only didn't find jay.vcxproj. (#17228)
Diffstat (limited to 'msvc')
-rw-r--r--msvc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/Makefile.am b/msvc/Makefile.am
index 2da65e2b8d9..cb5628ab7df 100644
--- a/msvc/Makefile.am
+++ b/msvc/Makefile.am
@@ -90,9 +90,9 @@ clean-genmdesc:
$(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "genmdesc.vcxproj"
jay:
- $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "jay.vcxproj"
+ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "$(top_srcdir)/mcs/jay/jay.vcxproj"
clean-jay:
- $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "jay.vcxproj"
+ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "$(top_srcdir)/mcs/jay/jay.vcxproj"
endif