File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ index d1d89aa69..155c43c54 100644
185185 ASFLAGS = ${ASFLAGS}
186186 extralibs = ${extralibs}
187187diff --git a/build/make/gen_msvs_sln.sh b/build/make/gen_msvs_sln.sh
188- index 0b312850f..2328bd57e 100755
188+ index 0b312850f..ce59378ee 100755
189189--- a/build/make/gen_msvs_sln.sh
190190+++ b/build/make/gen_msvs_sln.sh
191191@@ -70,7 +70,9 @@ parse_project() {
@@ -199,6 +199,15 @@ index 0b312850f..2328bd57e 100755
199199 done | sort | uniq)
200200 if [ "$config_list" != "" ] && [ "$config_list" != "$new_config_list" ]; then
201201 mixed_platforms=1
202+ @@ -190,7 +192,7 @@ ${TAB}rm -rf "$platform"/"$config"
203+ ifneq (\$(found_devenv),)
204+ $nows_sln_config: $outfile
205+ ${TAB}\$(MSBUILD_TOOL) $outfile -m -t:Build \\
206+ - ${TAB}${TAB}-p:Configuration="$config" -p:Platform="$platform"
207+ + ${TAB}${TAB}-p:Configuration="$config" -p:Platform="$platform /p:WindowsTargetPlatformVersion=$WindowsSDKVersion"
208+ else
209+ $nows_sln_config: $outfile .nodevenv.once
210+ ${TAB}@echo " * Skipping build of $sln_config (\$(MSBUILD_TOOL) not in path)."
202211@@ -225,6 +227,8 @@ for opt in "$@"; do
203212 ;;
204213 --target=*) target="${optval}"
You can’t perform that action at this time.
0 commit comments