shithub: libvpx

Download patch

ref: b791dca979d4fb26c6d3814e4375b676518bc5f2
parent: 72d4ba92f0712bb415b070fc919b4e99a36317b7
author: Tom Finegan <tomfinegan@google.com>
date: Thu Jul 22 13:51:17 EDT 2010

Change devenv.com command line.

Change /build to -build to avoid problems when builds are run within
msys bash shells.

Change-Id: Ie68d72f702adad00d99be8a01c7a388c3af7657d

--- a/build/make/gen_msvs_sln.sh
+++ b/build/make/gen_msvs_sln.sh
@@ -193,11 +193,11 @@
 ifneq (\$(found_devenv),)
   ifeq (\$(CONFIG_VS_VERSION),7)
 $nows_sln_config: $outfile
-${TAB}devenv.com $outfile /build "$config"
+${TAB}devenv.com $outfile -build "$config"
 
   else
 $nows_sln_config: $outfile
-${TAB}devenv.com $outfile /build "$sln_config"
+${TAB}devenv.com $outfile -build "$sln_config"
 
   endif
 else